aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_dtcl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_dtcl/Makefile')
-rw-r--r--www/mod_dtcl/Makefile48
1 files changed, 0 insertions, 48 deletions
diff --git a/www/mod_dtcl/Makefile b/www/mod_dtcl/Makefile
deleted file mode 100644
index 778113faf3ca..000000000000
--- a/www/mod_dtcl/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# New ports collection makefile for: mod_dtcl
-# Date created: January 9, 1999
-# Whom: Mikhail Teterin <mi@aldan.algebra.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mod_dtcl
-PORTVERSION= 0.12.0
-PORTREVISION= 1
-CATEGORIES= www tcl
-MASTER_SITES= http://tcl.apache.org/mod_dtcl/download/
-PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
-
-MAINTAINER= mi@aldan.algebra.com
-COMMENT= Embeds a TCL8 interpreter in the Apache server
-
-BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT}
-
-DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now
-EXPIRATION_DATE= 2012-01-01
-
-MAKE_JOBS_SAFE= yes
-USE_TCL= 83+
-
-WRKSRC= ${WRKDIR}/mod_dtcl
-MAKEFILE= ${FILESDIR}/Makefile.bsd
-USE_APACHE= 13
-MAKE_ENV+= TCL_VERSION=${TCL_VER}
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 800000
-BROKEN= does not build
-.endif
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/libmod_dtcl.so.1* \
- ${PREFIX}/libexec/apache/mod_dtcl.so
- ${PREFIX}/sbin/apxs -e -A -n dtcl ${PREFIX}/libexec/apache/mod_dtcl.so
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/mod_dtcl
- ${INSTALL_DATA} ${WRKSRC}/docs/*.?tml ${WRKSRC}/docs/*.gif \
- ${PREFIX}/share/doc/mod_dtcl
- ${SED} 's,/usr/local,${LOCALBASE},g' ${PKGMESSAGE}
-.endif
-
-.include <bsd.port.post.mk>