aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile1
-rw-r--r--lang/php4-nms/Makefile19
2 files changed, 20 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index eb0b2e87f438..4b8303b43268 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -151,6 +151,7 @@
SUBDIR += php3
SUBDIR += php4
SUBDIR += php4-cli
+ SUBDIR += php4-nms
SUBDIR += php5
SUBDIR += php5-cli
SUBDIR += php_doc
diff --git a/lang/php4-nms/Makefile b/lang/php4-nms/Makefile
new file mode 100644
index 000000000000..b5174175d2ce
--- /dev/null
+++ b/lang/php4-nms/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: php4-nms
+# Date created: 28 August 2003
+# Whom: Sergey Akifyev <asa@gascom.ru>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= lang
+PKGNAMESUFFIX= -nms
+
+MAINTAINER= asa@gascom.ru
+
+WITH_GD= yes
+WITH_SNMP= yes
+WITH_SOCKETS= yes
+
+MASTERDIR= ${.CURDIR}/../php4
+
+.include "${MASTERDIR}/Makefile"