summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-10-10 09:05:39 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-10-10 09:05:39 +0000
commit9da4d49aebe0b466d22640d72d04a54e63d56c2e (patch)
treef63dafb41859e395de243ddc1268956695bd08fa /www
parentReplace ${.CURDIR}/../../ with ${PORTSDIR} which is more correct and (diff)
New slave port to lang/php4
- Supports IMAP and POSTGRESS - needed for twig and other packages
Notes
Notes: svn path=/head/; revision=90774
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/mod_php4-twig/Makefile37
2 files changed, 38 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 42f1cde49752..ec68017b9e0c 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -230,6 +230,7 @@
SUBDIR += mod_perl2
SUBDIR += mod_php3
SUBDIR += mod_php4
+ SUBDIR += mod_php4-twig
SUBDIR += mod_php5
SUBDIR += mod_proxy_add_forward
SUBDIR += mod_put
diff --git a/www/mod_php4-twig/Makefile b/www/mod_php4-twig/Makefile
new file mode 100644
index 000000000000..fc36d2e86b86
--- /dev/null
+++ b/www/mod_php4-twig/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: mod_pgp4-twig
+# Date created: 09.Oct 2003
+# Whom: dirk.meyer@dinoex.sub.org
+#
+# $FreeBSD$
+
+CATEGORIES= www
+PKGNAMESUFFIX= -twig
+
+MAINTAINER= dinoex@FreeBSD.org
+
+MASTERDIR?= ${.CURDIR}/../../lang/php4
+
+BATCH= yes
+PKGMESSAGE= ${PORTSDIR}/www/mod_php4/pkg-message
+WITHOUT_CLI= yes
+WITHOUT_X11= yes
+PHP4_OPTIONS= CTYPE IMAP OPENSSL POSTGRESQL PCRE POSIX SESSION TOKENIZER XML ZLIB
+
+WITHOUT_MYSQL= yes
+
+WITH_CTYPE= yes
+WITH_IMAP= yes
+WITH_OPENSSL= yes
+WITH_POSTGRESQL= yes
+WITH_PCRE= yes
+WITH_POSIX= yes
+WITH_SESSION= yes
+WITH_TOKENIZER= yes
+WITH_XML= yes
+WITH_ZLIB= yes
+
+.if exists(${.CURDIR}/Makefile.local)
+.include "${.CURDIR}/Makefile.local"
+.endif
+
+.include "${MASTERDIR}/Makefile"