summaryrefslogtreecommitdiffstats
path: root/lang/php4-horde
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-09-24 09:47:00 +0000
committeredwin <edwin@FreeBSD.org>2003-09-24 09:47:00 +0000
commit8d2b7db16d99e896e259c8a9f3881ef1c720fa58 (patch)
treee27b5a6ee80f2634f2b5d3c3585702dfdfa49311 /lang/php4-horde
parenta8e90ff713777017eab0b0d4d4cc82c44955e96e (diff)
downloadFreeBSD-ports-8d2b7db16d99e896e259c8a9f3881ef1c720fa58.zip
FreeBSD-ports-8d2b7db16d99e896e259c8a9f3881ef1c720fa58.tar.gz
New port: lang/php4-horde - a default PHP configured for the Horde framework.
The port www/horde2 and its dependences (mail/turba, mail/imp3, etc.) cannot be packaged, because the default options of PHP are not sufficient. This port uses lang/php4 with Horde's options, in order to remove the IS_INTERACTIVE flags. PR: ports/57111 Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'lang/php4-horde')
-rw-r--r--lang/php4-horde/Makefile57
1 files changed, 57 insertions, 0 deletions
diff --git a/lang/php4-horde/Makefile b/lang/php4-horde/Makefile
new file mode 100644
index 0000000..6cd7993
--- /dev/null
+++ b/lang/php4-horde/Makefile
@@ -0,0 +1,57 @@
+# New ports collection makefile for: php4-horde
+# Date created: 11 September 2003
+# Whom: Thierry Thomas <thierry@pompo.net>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= lang www
+PKGNAMESUFFIX= -horde
+
+MAINTAINER= thierry@pompo.net
+COMMENT= A default PHP configured for the Horde framework
+
+#-----------------------------------------------------------------------
+# You may define these options:
+#
+# - WITHOUT_MYSQL: this port is built with MySQL by default
+# but you might choose any other database
+# supported by PHP (e.g. WITH_POSTGRESQL).
+#
+# - WITHOUT_IMP: this port is intended to build a default
+# package for IMP; use this knob if for
+# example you only need Chora.
+#
+# - WITHOUT_LDAP: if you do not need OpenLDAP.
+#
+# - WITHOUT_MCAL: if you don't plan to install Kronolith.
+#
+# - WITHOUT_FTP: if you don't plan to install Gollem.
+#
+#-----------------------------------------------------------------------
+
+WITH_DOMXML= yes
+WITH_GETTEXT= yes
+WITH_SESSION= yes
+.if !defined(NOCRYPT)
+WITH_MCRYPT= yes
+.endif
+.if !defined(WITHOUT_MYSQL)
+WITH_MYSQL= yes
+.endif
+.if !defined(WITHOUT_LDAP)
+WITH_OPENLDAP= yes
+.endif
+.if !defined(WITHOUT_IMP)
+WITH_IMAP= yes
+.endif
+.if !defined(WITHOUT_MCAL)
+WITH_MCAL= yes
+.endif
+.if !defined(WITHOUT_FTP)
+WITH_FTP= yes
+.endif
+
+MASTERDIR= ${.CURDIR}/../../lang/php4
+
+.include "${MASTERDIR}/Makefile"
OpenPOWER on IntegriCloud