diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/php5-wddx/Makefile | 14 | ||||
-rw-r--r-- | textproc/php5-xsl/Makefile | 14 | ||||
-rw-r--r-- | www/Makefile | 1 |
4 files changed, 30 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 4834bd53ecd4..be5859e488cb 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -448,6 +448,7 @@ SUBDIR += php5-simplexml SUBDIR += php5-wddx SUBDIR += php5-xml + SUBDIR += php5-xsl SUBDIR += pocketreader SUBDIR += ppower4 SUBDIR += prosper diff --git a/textproc/php5-wddx/Makefile b/textproc/php5-wddx/Makefile new file mode 100644 index 000000000000..2539de3a98db --- /dev/null +++ b/textproc/php5-wddx/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-wddx +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -wddx + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php5-xsl/Makefile b/textproc/php5-xsl/Makefile new file mode 100644 index 000000000000..c8a598310f77 --- /dev/null +++ b/textproc/php5-xsl/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-xsl +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -xsl + +.include "${MASTERDIR}/Makefile" diff --git a/www/Makefile b/www/Makefile index e23a9e227cb0..20110711b971 100644 --- a/www/Makefile +++ b/www/Makefile @@ -529,6 +529,7 @@ SUBDIR += php4-mnogosearch SUBDIR += php4-session SUBDIR += php5-cgi + SUBDIR += php5-mnogosearch SUBDIR += phpSysInfo SUBDIR += phpbb SUBDIR += phpgedview |