1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Fix build

- Respect tcl-thread
- Bump PORTREVISION

Submitted by:   pointyhat
Approved by:    maintainer
This commit is contained in:
Martin Wilke 2007-03-11 20:30:23 +00:00
parent 0764e6acd1
commit eba2752feb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187157

View File

@ -5,11 +5,13 @@
# $FreeBSD$
#
PORTNAME= aolserver-nsmhash
PORTNAME= nsmhash
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= security www
MASTER_SITES= http://www.aolserver.cz/download/
DISTFILES= nsmhash-${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>