diff options
Diffstat (limited to 'www/mod_color/Makefile')
-rw-r--r-- | www/mod_color/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/www/mod_color/Makefile b/www/mod_color/Makefile deleted file mode 100644 index 8670e8c155b5..000000000000 --- a/www/mod_color/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: mod_auth_pam -# Date created: 7 April 2001 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= mod_color -PORTVERSION= 0.3 -CATEGORIES= www -# mastersite disappeared in 2001 -MASTER_SITES= # http://www.dimensional.com/~bgiles/${PORTNAME} -DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .l - -MAINTAINER= apache@FreeBSD.org -COMMENT= Apache module that provides syntax coloring for various languages - -DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now -EXPIRATION_DATE= 2012-01-01 - -MAKE_JOBS_SAFE= yes - -USE_APACHE= 13 -AP_FAST_BUILD= yes -AP_GENPLIST= yes - -NO_WRKSUBDIR= yes - -do-extract: - ${MKDIR} ${WRKSRC}/ - ${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}/ - -pre-build: - lex -t -Psyncc ${WRKSRC}/${PORTNAME}.l > ${WRKSRC}/${PORTNAME}.c - -.include <bsd.port.mk> |