summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 07:57:27 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 07:57:27 +0000
commit142999b8cc78082f4bd7abaacf5515cedd8a4266 (patch)
tree8805988802a37ffae30ec9c13475c70c0f2a208a
parentAdd a new shared extension for PHP. (diff)
Add a new shared extension for PHP.
Notes
Notes: svn path=/head/; revision=114013
-rw-r--r--devel/Makefile1
-rw-r--r--devel/php4-dio/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 2413c61cabdc..e7b5f703811a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1031,6 +1031,7 @@
SUBDIR += php-dbg
SUBDIR += php-xdebug
SUBDIR += php4-dio
+ SUBDIR += php4-gettext
SUBDIR += php4-pcre
SUBDIR += php4-pear
SUBDIR += php5-pcre
diff --git a/devel/php4-dio/Makefile b/devel/php4-dio/Makefile
new file mode 100644
index 000000000000..74524d31abbd
--- /dev/null
+++ b/devel/php4-dio/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php4-dio
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= devel
+
+MASTERDIR= ${.CURDIR}/../../lang/php4
+
+PKGNAMESUFFIX= -dio
+
+.include "${MASTERDIR}/Makefile"