aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 08:33:33 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 08:33:33 +0000
commit619255a04e7e9670c71c89797407691a7dd8c8c4 (patch)
treee667fe6fbd275b40d6302d7b53f85befdfbdba7b /sysutils
parentfe23191259abb4115fa34a22f8aeaf8ea44e3aaf (diff)
downloadports-619255a04e7e9670c71c89797407691a7dd8c8c4.tar.gz
ports-619255a04e7e9670c71c89797407691a7dd8c8c4.zip
Add a new shared extension for PHP.
Notes
Notes: svn path=/head/; revision=114065
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/php4-posix/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index dacf2707f209..639593b65f15 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -290,6 +290,7 @@
SUBDIR += personality
SUBDIR += pfstat
SUBDIR += pftop
+ SUBDIR += php4-posix
SUBDIR += pib
SUBDIR += pipemeter
SUBDIR += pkg_cutleaves
diff --git a/sysutils/php4-posix/Makefile b/sysutils/php4-posix/Makefile
new file mode 100644
index 000000000000..1db1da324e5c
--- /dev/null
+++ b/sysutils/php4-posix/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php4-posix
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= sysutils
+
+MASTERDIR= ${.CURDIR}/../../lang/php4
+
+PKGNAMESUFFIX= -posix
+
+.include "${MASTERDIR}/Makefile"