diff options
Diffstat (limited to 'www/fpc-httpd22/Makefile')
-rw-r--r-- | www/fpc-httpd22/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/www/fpc-httpd22/Makefile b/www/fpc-httpd22/Makefile deleted file mode 100644 index 05ae9cfb2406..000000000000 --- a/www/fpc-httpd22/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: fpc-httpd -# Date created: 2007-09-11 -# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTREVISION= 1 -CATEGORIES= www lang -PKGNAMESUFFIX= -httpd - -MAINTAINER= acm@FreeBSD.org -COMMENT= Free Pascal httpd unit - -USE_FPC= yes - -MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR+= ${WRKUNITDIR} - -OPTIONS= APACHE13 "Install apache13 server " off \ - APACHE20 "Install apache20 server" off \ - APACHE22 "Install apache22 server" off - -.include "${MASTERDIR}/Makefile" |