opnsense-ports/mail/libsrs2/Makefile
Franco Fichtner e17aa5f071 */*: sync with upstream
Taken from: FreeBSD
2015-05-15 07:27:23 +02:00

22 lines
410 B
Makefile

# Created by: snowchyld
# $FreeBSD$
PORTNAME= libsrs2
PORTVERSION= 1.0.18
PORTREVISION= 3
CATEGORIES= mail
MASTER_SITES= http://www.libsrs2.org/srs/
MAINTAINER= pi@FreeBSD.org
COMMENT= Sender Rewriting Scheme 2 C Implementation
CONFLICTS= p5-Mail-SRS*
USES= libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
post-stage:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsrs2.so.0.0.0
.include <bsd.port.mk>