diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aolserver-nsgd/Makefile | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/graphics/aolserver-nsgd/Makefile b/graphics/aolserver-nsgd/Makefile index c8f4cce8e71a..2334f5ceaf46 100644 --- a/graphics/aolserver-nsgd/Makefile +++ b/graphics/aolserver-nsgd/Makefile @@ -5,11 +5,14 @@ # $FreeBSD$ # -PORTNAME= aolserver-nsgd +PORTNAME= nsgd PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= graphics www MASTER_SITES= http://www.aolserver.cz/download/ -DISTFILES= nsgd2.tgz +PKGNAMEPREFIX= aolserver- +DISTNAME= ${PORTNAME}2 +EXTRACT_SUFX= .tgz DIST_SUBDIR= aolserver MAINTAINER= martin@matuska.org @@ -24,7 +27,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> |