summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-09-03 05:25:37 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-09-03 05:25:37 +0000
commit678ce205b6aeedd2eb68ff6b70027a794459b9fe (patch)
tree49ad131e7c2c411bb58e2325abacafb2559bd711 /lang
parent. Don't setup ${DATADIR} and in particular don't set the home directory (diff)
slave port for PHP4 with SNMP and GD support
This port is needed for net/jffnms to build PR: 56269 Submitted by: asa@gascom.ru
Notes
Notes: svn path=/head/; revision=88405
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"