aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 08:02:28 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 08:02:28 +0000
commite6b7e15bf9fa345ac3ec045a8b40234dcac0aa42 (patch)
tree5e58a65b397bd946a21aa3ee01f296172851e941
parentaf15686375273dde3f8c5aed8e2b8a5182f10871 (diff)
Notes
-rw-r--r--devel/Makefile1
-rw-r--r--devel/php4-shmop/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 3f7e8be0ee9f..1855e7db6a86 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1039,6 +1039,7 @@
SUBDIR += php4-pear
SUBDIR += php4-readline
SUBDIR += php4-shmop
+ SUBDIR += php4-sysvmsg
SUBDIR += php5-pcre
SUBDIR += php5-pear
SUBDIR += phptags
diff --git a/devel/php4-shmop/Makefile b/devel/php4-shmop/Makefile
new file mode 100644
index 000000000000..0587020a5a55
--- /dev/null
+++ b/devel/php4-shmop/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php4-shmop
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= devel
+
+MASTERDIR= ${.CURDIR}/../../lang/php4
+
+PKGNAMESUFFIX= -shmop
+
+.include "${MASTERDIR}/Makefile"