diff options
author | thierry <thierry@FreeBSD.org> | 2004-12-26 18:55:14 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-12-26 18:55:14 +0800 |
commit | a3041836eecb41ce3f7ca152815eaee58a970175 (patch) | |
tree | faa0aa8ac3c424a6d47bcc5ee0b7afd996b2a3ec | |
parent | 6f4fe714ce55d287601b89a1ca35ef1645670466 (diff) | |
download | freebsd-ports-gnome-a3041836eecb41ce3f7ca152815eaee58a970175.tar.gz freebsd-ports-gnome-a3041836eecb41ce3f7ca152815eaee58a970175.tar.zst freebsd-ports-gnome-a3041836eecb41ce3f7ca152815eaee58a970175.zip |
Add a slave port to install the Horde framework with PHP5.
-rw-r--r-- | CVSROOT/modules | 1 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/horde-php5/Makefile | 13 |
3 files changed, 15 insertions, 0 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index a7aa100b5e2c..22328d94940d 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -3230,6 +3230,7 @@ honeyd ports/net/honeyd hope ports/lang/hope horde ports/www/horde horde-passwd ports/www/horde-passwd +horde-php5 ports/www/horde-php5 hostapd ports/security/hostapd hostsentry ports/security/hostsentry hot-babe ports/deskutils/hot-babe diff --git a/www/Makefile b/www/Makefile index d46d60585287..803a84b286c6 100644 --- a/www/Makefile +++ b/www/Makefile @@ -150,6 +150,7 @@ SUBDIR += harvest SUBDIR += horde SUBDIR += horde-passwd + SUBDIR += horde-php5 SUBDIR += hotjava SUBDIR += htdump SUBDIR += html2hdml diff --git a/www/horde-php5/Makefile b/www/horde-php5/Makefile new file mode 100644 index 000000000000..95642862830a --- /dev/null +++ b/www/horde-php5/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: horde-php5 +# Date created: 27 Nov 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../horde + +DEFAULT_PHP_VER= 5 +WITH_PHP5= yes + +.include "${MASTERDIR}/Makefile" |