aboutsummaryrefslogtreecommitdiff
path: root/security/aolserver-nsmcrypt
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-11 20:33:09 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-11 20:33:09 +0000
commitb1fec2657fbcb91da03db57d199ac54fe9e25b36 (patch)
treed702c26640a56e0d72b0d6ed88e65acbaa3ee77f /security/aolserver-nsmcrypt
parenteba2752febf738c6ddc8a99990b1e6e7ef287fb0 (diff)
downloadports-b1fec2657fbcb91da03db57d199ac54fe9e25b36.tar.gz
ports-b1fec2657fbcb91da03db57d199ac54fe9e25b36.zip
Notes
Diffstat (limited to 'security/aolserver-nsmcrypt')
-rw-r--r--security/aolserver-nsmcrypt/Makefile15
1 files changed, 12 insertions, 3 deletions
diff --git a/security/aolserver-nsmcrypt/Makefile b/security/aolserver-nsmcrypt/Makefile
index c0399a4348a8..e0387b8001fc 100644
--- a/security/aolserver-nsmcrypt/Makefile
+++ b/security/aolserver-nsmcrypt/Makefile
@@ -5,11 +5,13 @@
# $FreeBSD$
#
-PORTNAME= aolserver-nsmcrypt
+PORTNAME= nsmcrypt
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= security www
MASTER_SITES= http://www.aolserver.cz/download/
-DISTFILES= nsmcrypt-${PORTVERSION}.tgz
+PKGNAMEPREFIX= aolserver-
+EXTRACT_SUFX= .tgz
DIST_SUBDIR= aolserver
MAINTAINER= martin@matuska.org
@@ -24,7 +26,14 @@ RUN_DEPENDS+= ${BUILD_DEPENDS}
PLIST_SUB+= AOLSERVERBASE=${AOLSERVERBASE:S/${PREFIX}\///}
USE_GMAKE= yes
-USE_TCL_BUILD= yes
+
+USE_TCL_VER?= 84
+
+.if ${USE_TCL_VER} != 84 && ${USE_TCL_VER} != 85
+IGNORE= supported values for USE_TCL_VER are only 84 and 85
+.endif
+
+USE_TCL_BUILD= ${USE_TCL_VER}-thread
.include <bsd.port.pre.mk>