freebsd-ports/mail/libsrs_alt/Makefile
Wesley Shields b80f4f3562 - Update to 1.0 (fixes possible mail loss problem).
PR:		ports/133329
Submitted by:	Daniel Roethlisberger <daniel@roe.ch>
Reviewed by:	Simon Dick <simond@irrelevant.org> (maintainer)
2009-04-07 20:57:48 +00:00

36 lines
793 B
Makefile

# New ports collection makefile for: libsrs_alt
# Date created: 22 March 2006
# Whom: Simon Dick <simond@irrelevant.org>
#
# $FreeBSD$
#
PORTNAME= libsrs_alt
DISTVERSION= 1.0
CATEGORIES= mail
MASTER_SITES= http://srs.mirtol.com/
MAINTAINER= simond@irrelevant.org
COMMENT= Sender Rewriting Scheme C Implementation
USE_AUTOTOOLS= libtool:15
USE_BZIP2= yes
USE_LDCONFIG= yes
SHLIB_MAJOR= 1
GNU_CONFIGURE= yes
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
OPTIONS= COMPAT_BASE64 "Enable MTA Friendly base64 compatibility mode" Off
.include <bsd.port.pre.mk>
.if defined(WITH_COMPAT_BASE64)
CONFIGURE_ARGS+= --with-base64compat
.endif
post-patch:
@${REINPLACE_CMD} -E 's,^(test_LDFLAGS.*$$),\1 -lcompat,' \
${WRKSRC}/Makefile.in
.include <bsd.port.post.mk>