summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-02-14 04:12:22 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-02-14 04:12:22 +0000
commit058359db3fd9b59a7964230683aa1fe71d11dc77 (patch)
treefafd24a5a26a2bc11f6ab4a6d9d6c348128e4fc9 /security/cyrus-sasl/Makefile
parentrelease slurpie & trinokiller (diff)
USE_OPENSSL
Submitted by: Jim Bloom <bloom@acm.org>
Notes
Notes: svn path=/head/; revision=25811
Diffstat (limited to 'security/cyrus-sasl/Makefile')
-rw-r--r--security/cyrus-sasl/Makefile13
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>