aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 07:37:53 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 07:37:53 +0000
commitacf6e5243ddb9d41763c9f9fd2914ab85c5597d0 (patch)
tree23d57b506b05ae6be4492471f46a19141811af72 /converters
parentdad9273a5190b55e437530d679b1f6baeb32e506 (diff)
downloadports-acf6e5243ddb9d41763c9f9fd2914ab85c5597d0.tar.gz
ports-acf6e5243ddb9d41763c9f9fd2914ab85c5597d0.zip
Notes
Diffstat (limited to 'converters')
-rw-r--r--converters/Makefile1
-rw-r--r--converters/php4-iconv/Makefile14
-rw-r--r--converters/php4-mbstring/Makefile14
3 files changed, 29 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile
index 139adac84475..1c28e1973908 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -55,6 +55,7 @@
SUBDIR += p5-Unicode-String
SUBDIR += pecl-fribidi
SUBDIR += php4-iconv
+ SUBDIR += php4-mbstring
SUBDIR += psiconv
SUBDIR += py-cjkcodecs
SUBDIR += py-iconv
diff --git a/converters/php4-iconv/Makefile b/converters/php4-iconv/Makefile
new file mode 100644
index 000000000000..d9bb37a15109
--- /dev/null
+++ b/converters/php4-iconv/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php4-iconv
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= converters
+
+MASTERDIR= ${.CURDIR}/../../lang/php4
+
+PKGNAMESUFFIX= -iconv
+
+.include "${MASTERDIR}/Makefile"
diff --git a/converters/php4-mbstring/Makefile b/converters/php4-mbstring/Makefile
new file mode 100644
index 000000000000..9b4ba76ef0d7
--- /dev/null
+++ b/converters/php4-mbstring/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php4-mbstring
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= converters
+
+MASTERDIR= ${.CURDIR}/../../lang/php4
+
+PKGNAMESUFFIX= -mbstring
+
+.include "${MASTERDIR}/Makefile"