aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/php4-ncurses/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 94d6793670d0..899fe369c25c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1034,6 +1034,7 @@
SUBDIR += php4-gettext
SUBDIR += php4-mcve
SUBDIR += php4-ncurses
+ SUBDIR += php4-pcntl
SUBDIR += php4-pcre
SUBDIR += php4-pear
SUBDIR += php5-pcre
diff --git a/devel/php4-ncurses/Makefile b/devel/php4-ncurses/Makefile
new file mode 100644
index 000000000000..b59bd7207f8b
--- /dev/null
+++ b/devel/php4-ncurses/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php4-ncurses
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= devel
+
+MASTERDIR= ${.CURDIR}/../../lang/php4
+
+PKGNAMESUFFIX= -ncurses
+
+.include "${MASTERDIR}/Makefile"