summaryrefslogtreecommitdiff
path: root/lang/php4
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-02-25 21:25:26 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-02-25 21:25:26 +0000
commit1e6a30c3e4d95a65de98d10c5acbce79fbba9c2f (patch)
treeb115470c66337e405ce283f1b92a259fc0812b70 /lang/php4
parentAdd hooks for a standalone php4 slave port. (diff)
Add new standalone php4 port as a slave port of www/mod_php4.
Based upon work by: Alastair D'Silva <deece@familyhealth.com.au>
Notes
Notes: svn path=/head/; revision=38710
Diffstat (limited to 'lang/php4')
-rw-r--r--lang/php4/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile
new file mode 100644
index 000000000000..7d164f71690d
--- /dev/null
+++ b/lang/php4/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: php4
+# Date created: 20 February, 2001
+# Whom: Alastair D'Silva <deece@newmillennium.net.au>
+#
+# $FreeBSD$
+#
+
+PORTNAME= php4
+CATEGORIES= lang
+
+MASTERDIR= ${.CURDIR}/../../www/mod_php4
+COMMENT= ${PKGDIR}/pkg-comment.standalone
+PKGMESSAGE= mustnotexist
+PLIST= ${PKGDIR}/pkg-plist.standalone
+
+STANDALONE= yes
+NOPORTDOCS= yes
+
+.include "${MASTERDIR}/Makefile"