From eae5937bbd28e419133f2116a08fcc71b96c7980 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Mon, 19 Jul 2004 08:38:22 +0000 Subject: [PATCH] Add a new shared extension for PHP. --- textproc/Makefile | 1 + textproc/php4-pspell/Makefile | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 textproc/php4-pspell/Makefile diff --git a/textproc/Makefile b/textproc/Makefile index d84424e38751..70b64db6b66b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -439,6 +439,7 @@ SUBDIR += php4-ctype SUBDIR += php4-domxml SUBDIR += php4-pspell + SUBDIR += php4-wddx SUBDIR += php4-xml SUBDIR += php5-xml SUBDIR += pocketreader diff --git a/textproc/php4-pspell/Makefile b/textproc/php4-pspell/Makefile new file mode 100644 index 000000000000..37ff44f5318b --- /dev/null +++ b/textproc/php4-pspell/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-pspell +# Date created: 7 Jul 2004 +# Whom: Alex Dupre +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -pspell + +.include "${MASTERDIR}/Makefile"