2013-09-20 21:59:12 +02:00
|
|
|
# Created by: snowchyld
|
2004-07-16 21:44:14 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2017-04-24 19:20:32 +02:00
|
|
|
PORTNAME= libsrs2
|
|
|
|
PORTVERSION= 1.0.18
|
|
|
|
PORTREVISION= 4
|
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= http://www.libsrs2.org/srs/
|
2004-07-16 21:44:14 +02:00
|
|
|
|
2017-04-24 19:20:32 +02:00
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
|
|
COMMENT= Sender Rewriting Scheme 2 C Implementation
|
2004-07-16 21:44:14 +02:00
|
|
|
|
2017-04-24 19:20:32 +02:00
|
|
|
CONFLICTS= p5-Mail-SRS*
|
2014-07-14 10:58:26 +02:00
|
|
|
|
2014-09-12 11:22:23 +02:00
|
|
|
USES= libtool
|
2006-08-15 02:29:13 +02:00
|
|
|
USE_LDCONFIG= yes
|
2017-04-24 19:20:32 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} '/^lib_LIBRARIES/s/libsrs2.a//' \
|
|
|
|
${WRKSRC}/libsrs2/Makefile.in
|
2004-07-16 21:44:14 +02:00
|
|
|
|
2016-12-02 12:58:21 +01:00
|
|
|
post-install:
|
2014-07-14 10:58:26 +02:00
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsrs2.so.0.0.0
|
|
|
|
|
2004-07-16 21:44:14 +02:00
|
|
|
.include <bsd.port.mk>
|