diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/php4-wddx/Makefile | 14 | ||||
-rw-r--r-- | textproc/php4-xslt/Makefile | 14 | ||||
-rw-r--r-- | www/Makefile | 1 |
4 files changed, 30 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 70b64db6b66b..5dba2bcd36b1 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -441,6 +441,7 @@ SUBDIR += php4-pspell SUBDIR += php4-wddx SUBDIR += php4-xml + SUBDIR += php4-xslt SUBDIR += php5-xml SUBDIR += pocketreader SUBDIR += ppower4 diff --git a/textproc/php4-wddx/Makefile b/textproc/php4-wddx/Makefile new file mode 100644 index 000000000000..147e3c1a5888 --- /dev/null +++ b/textproc/php4-wddx/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-wddx +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -wddx + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php4-xslt/Makefile b/textproc/php4-xslt/Makefile new file mode 100644 index 000000000000..8964c708cb7e --- /dev/null +++ b/textproc/php4-xslt/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-xslt +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -xslt + +.include "${MASTERDIR}/Makefile" diff --git a/www/Makefile b/www/Makefile index 35dedf1963e8..1e266869ee43 100644 --- a/www/Makefile +++ b/www/Makefile @@ -526,6 +526,7 @@ SUBDIR += php-screw SUBDIR += php-templates SUBDIR += php4-cgi + SUBDIR += php4-mnogosearch SUBDIR += php5-cgi SUBDIR += phpSysInfo SUBDIR += phpbb |