diff options
author | kris <kris@FreeBSD.org> | 2000-02-14 12:12:22 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-02-14 12:12:22 +0800 |
commit | 2e0553723173f022f0d97150c5ecce988c3aff34 (patch) | |
tree | 6c1eac6ad61ea1816316ba7ed186d8245189c0b8 /security/cyrus-sasl/Makefile | |
parent | 9c060c3b183193786cade24e9c50f00e6d879cce (diff) | |
download | freebsd-ports-gnome-2e0553723173f022f0d97150c5ecce988c3aff34.tar.gz freebsd-ports-gnome-2e0553723173f022f0d97150c5ecce988c3aff34.tar.zst freebsd-ports-gnome-2e0553723173f022f0d97150c5ecce988c3aff34.zip |
USE_OPENSSL
Submitted by: Jim Bloom <bloom@acm.org>
Diffstat (limited to 'security/cyrus-sasl/Makefile')
-rw-r--r-- | security/cyrus-sasl/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile index e819d4113457..e4563b769a3a 100644 --- a/security/cyrus-sasl/Makefile +++ b/security/cyrus-sasl/Makefile @@ -14,12 +14,11 @@ MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ MAINTAINER= hetzels@westbend.net -BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl -LIB_DEPENDS= crypto.1:${PORTSDIR}/security/openssl +USE_OPENSSL= NORSA -SASL_VER= 1.5.15 +.include <bsd.port.pre.mk> -RESTRICTED= "Contains cryptography" +SASL_VER= 1.5.15 Y2K= http://asg.web.cmu.edu/cyrus/imapd/y2k.html @@ -43,6 +42,10 @@ CONFIGURE_ARGS= \ CONFIGURE_ARGS+= --enable-gssapi=${KRB5_HOME} .endif +CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} \ + OPENSSLINC=${OPENSSLINC} \ + OPENSSLLIB=${OPENSSLLIB} + DOCS= README README.Y2K TODO INSTALL ChangeLog NEWS DOC2= draft-newman-auth-scram-03.txt \ @@ -88,4 +91,4 @@ post-install: @${MV} ${WRKDIR}/tmp.plist ${TMPPLIST} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |