freebsd-ports/mail/libsrs2/Makefile
Kurt Jaeger 749bcd3cbf mail/libsrs2: fix linking error...
- ... by disabling separate build of libsrs2.a

PR:		217688
Reported by:	ler
Submitted by:	tijl
2017-04-24 17:20:32 +00:00

27 lines
500 B
Makefile

# Created by: snowchyld
# $FreeBSD$
PORTNAME= libsrs2
PORTVERSION= 1.0.18
PORTREVISION= 4
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-patch:
${REINPLACE_CMD} '/^lib_LIBRARIES/s/libsrs2.a//' \
${WRKSRC}/libsrs2/Makefile.in
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsrs2.so.0.0.0
.include <bsd.port.mk>