summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 07:48:29 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 07:48:29 +0000
commit54d2f85eba31161cccc2ce146d0f8f755d0835af (patch)
tree53778dc16b9db46e7b2c8027356caf218c0def51
parentUpdate workrave to use the new gtkmm26 stuff. (diff)
Add a new shared extension for PHP.
Notes
Notes: svn path=/head/; revision=113988
-rw-r--r--converters/Makefile1
-rw-r--r--converters/php4-recode/Makefile14
-rw-r--r--databases/Makefile1
3 files changed, 16 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile
index 1c28e1973908..96ddbfafbc2c 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -56,6 +56,7 @@
SUBDIR += pecl-fribidi
SUBDIR += php4-iconv
SUBDIR += php4-mbstring
+ SUBDIR += php4-recode
SUBDIR += psiconv
SUBDIR += py-cjkcodecs
SUBDIR += py-iconv
diff --git a/converters/php4-recode/Makefile b/converters/php4-recode/Makefile
new file mode 100644
index 000000000000..41b5289fb57e
--- /dev/null
+++ b/converters/php4-recode/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php4-recode
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= converters
+
+MASTERDIR= ${.CURDIR}/../../lang/php4
+
+PKGNAMESUFFIX= -recode
+
+.include "${MASTERDIR}/Makefile"
diff --git a/databases/Makefile b/databases/Makefile
index 3fa37c87d25b..d6acceef21a0 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -205,6 +205,7 @@
SUBDIR += pgbash
SUBDIR += pgcluster
SUBDIR += php-sqlrelay
+ SUBDIR += php4-dba
SUBDIR += phpmyadmin
SUBDIR += phppgadmin
SUBDIR += postgis