summaryrefslogtreecommitdiff
path: root/lang/php4-nms
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/php4-nms
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/php4-nms')
-rw-r--r--lang/php4-nms/Makefile19
1 files changed, 19 insertions, 0 deletions
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"