summaryrefslogtreecommitdiff
path: root/www/fpc-httpd13/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/fpc-httpd13/Makefile')
-rw-r--r--www/fpc-httpd13/Makefile25
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"