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 /www | |
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.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/horde-php5/Makefile | 13 |
2 files changed, 14 insertions, 0 deletions
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" |