diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/php4-domxml/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index d42ff9496723..d84424e38751 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -438,6 +438,7 @@ SUBDIR += perl2html SUBDIR += php4-ctype SUBDIR += php4-domxml + SUBDIR += php4-pspell SUBDIR += php4-xml SUBDIR += php5-xml SUBDIR += pocketreader diff --git a/textproc/php4-domxml/Makefile b/textproc/php4-domxml/Makefile new file mode 100644 index 000000000000..e4a413a48b92 --- /dev/null +++ b/textproc/php4-domxml/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-domxml +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -domxml + +.include "${MASTERDIR}/Makefile" |