diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-05-31 23:01:15 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-05-31 23:01:15 +0000 |
commit | a54fe1ca9c33931d7c4381a84ee11454f9831c08 (patch) | |
tree | 16cc7f849128603b27ba13f7bdb8ae11e1eadd30 /www/fpc-httpd13/Makefile | |
parent | c7651500a041b224f401ba85fc192aac6ad83c1c (diff) |
Notes
Diffstat (limited to 'www/fpc-httpd13/Makefile')
-rw-r--r-- | www/fpc-httpd13/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/www/fpc-httpd13/Makefile b/www/fpc-httpd13/Makefile deleted file mode 100644 index a742678a5337..000000000000 --- a/www/fpc-httpd13/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= 0 -CATEGORIES= www lang -PKGNAMESUFFIX= -httpd - -MAINTAINER= acm@FreeBSD.org -COMMENT= Free Pascal httpd unit - -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc - -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" |