diff options
author | mm <mm@FreeBSD.org> | 2007-04-05 20:37:59 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2007-04-05 20:37:59 +0800 |
commit | 0f355ae726e36c86300b33373c0ec2a7ef5466c7 (patch) | |
tree | a5aed0cca5139887bb1b63d367464df96eba3e7c /www/aolserver | |
parent | b09ea463b1f0397b1d05178040b0ecfefdbc4e64 (diff) | |
download | freebsd-ports-gnome-0f355ae726e36c86300b33373c0ec2a7ef5466c7.tar.gz freebsd-ports-gnome-0f355ae726e36c86300b33373c0ec2a7ef5466c7.tar.zst freebsd-ports-gnome-0f355ae726e36c86300b33373c0ec2a7ef5466c7.zip |
- updated maintainer e-mail address.
- switched to new bsd.tcl.mk infrastructure.
Approved by: garga (mentor)
Diffstat (limited to 'www/aolserver')
-rw-r--r-- | www/aolserver/Makefile | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/www/aolserver/Makefile b/www/aolserver/Makefile index 4248c6d66ca0..c6a7b3f9202a 100644 --- a/www/aolserver/Makefile +++ b/www/aolserver/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= aolserver DIST_SUBDIR= aolserver DISTVERSIONSUFFIX= -src -MAINTAINER= martin@matuska.org +MAINTAINER= mm@FreeBSD.org COMMENT= A multithreaded web server with embedded TCL interpreter WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} @@ -37,14 +37,10 @@ SUB_VARS= AOLSERVERUSER=${AOLSERVERUSER} \ SUB_LIST+= ${SUB_VARS} AOLSERVERBASE=${AOLSERVERBASE} PLIST_SUB+= ${SUB_VARS} AOLSERVERBASE=${AOLSERVERBASE:S/${TARGETDIR}\///} -USE_TCL_VER?= 84 -ONLY_FOR_ARCHS= i386 amd64 - -.if ${USE_TCL_VER} != 84 && ${USE_TCL_VER} != 85 -IGNORE= supported values for USE_TCL_VER are only 84 and 85 -.endif +USE_TCL= 84+ +USE_TCL_THREADS= yes -LIB_DEPENDS+= tcl${USE_TCL_VER}-threads:${PORTSDIR}/lang/tcl${USE_TCL_VER}-thread +ONLY_FOR_ARCHS= i386 amd64 OPTIONS= HTMLDOCS "Install HTML documentation" off \ TESTS "Install tests in examples directory" off @@ -55,9 +51,9 @@ OPTIONS= HTMLDOCS "Install HTML documentation" off \ BROKEN= does not compile on ia64 .endif -CONFIGURE_ENV+= TCLSH=${LOCALBASE}/bin/tclsh${USE_TCL_VER:S/8/8./}-threads +CONFIGURE_ENV+= TCLSH=${TCLSH} CONFIGURE_ARGS+= --prefix=${AOLSERVERBASE} \ - --with-tcl=${LOCALBASE}/lib/tcl${USE_TCL_VER:S/8/8./}-threads + --with-tcl=${TCL_LIBDIR} .if !defined(NO_INSTALL_MANPAGES) INSTALL_TARGET= install install-man |