diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-07 16:53:45 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-07 16:53:45 +0000 |
commit | b7df0651651ef059fd4db24d7b77113e72ad6c15 (patch) | |
tree | e492c56fa7379da1ca224d6c3b1e9a31bdf1f7d9 /mail/libsrs_alt | |
parent | f391ca611e4a642fc3b0e7df30f4a60b63f60b71 (diff) | |
download | ports-b7df0651651ef059fd4db24d7b77113e72ad6c15.tar.gz ports-b7df0651651ef059fd4db24d7b77113e72ad6c15.zip |
Notes
Diffstat (limited to 'mail/libsrs_alt')
-rw-r--r-- | mail/libsrs_alt/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/mail/libsrs_alt/Makefile b/mail/libsrs_alt/Makefile index 95339e422354..4c9a83d429eb 100644 --- a/mail/libsrs_alt/Makefile +++ b/mail/libsrs_alt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libsrs_alt -# Date created: 22 March 2006 -# Whom: Simon Dick <simond@irrelevant.org> -# +# Created by: Simon Dick <simond@irrelevant.org> # $FreeBSD$ -# PORTNAME= libsrs_alt DISTVERSION= 1.0 @@ -21,11 +17,12 @@ GNU_CONFIGURE= yes PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" -OPTIONS= COMPAT_BASE64 "Enable MTA Friendly base64 compatibility mode" Off +OPTIONS_DEFINE= COMPAT_BASE64 +COMPAT_BASE64_DESC= MTA Friendly base64 compatibility mode -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> -.if defined(WITH_COMPAT_BASE64) +.if ${PORT_OPTIONS:MCOMPAT_BASE64} CONFIGURE_ARGS+= --with-base64compat .endif @@ -33,4 +30,4 @@ post-patch: @${REINPLACE_CMD} -E 's,^(test_LDFLAGS.*$$),\1 -lcompat,' \ ${WRKSRC}/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> |