mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Respect tcl-threads
- Fix build - Bump PORTREVISIOn Submitted by: pointyhat Approved by: maintainer
This commit is contained in:
parent
eba2752feb
commit
b1fec2657f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187158
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user