diff options
author | clement <clement@FreeBSD.org> | 2004-05-25 08:50:54 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-05-25 08:50:54 +0800 |
commit | 99d7001ed2604b8db0abc2311f7aefa6087bd818 (patch) | |
tree | dd84c4bd76ec9a2fb130c581c31c589136328a7d /lang | |
parent | 0417cf335edc64aab8c208f334396a1918fa33bb (diff) | |
download | freebsd-ports-gnome-99d7001ed2604b8db0abc2311f7aefa6087bd818.tar.gz freebsd-ports-gnome-99d7001ed2604b8db0abc2311f7aefa6087bd818.tar.zst freebsd-ports-gnome-99d7001ed2604b8db0abc2311f7aefa6087bd818.zip |
- Add proftpd-mysql port, a slave port of proftpd with mysql support.
Need by dtc port.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/php4-dtc/Makefile | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 3022b91f20d8..f2feff444a12 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -169,6 +169,7 @@ SUBDIR += php3 SUBDIR += php4 SUBDIR += php4-cli + SUBDIR += php4-dtc SUBDIR += php4-horde SUBDIR += php4-nms SUBDIR += php5 diff --git a/lang/php4-dtc/Makefile b/lang/php4-dtc/Makefile new file mode 100644 index 000000000000..142bfb5d8d06 --- /dev/null +++ b/lang/php4-dtc/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: php4-dtc +# Date created: 11 May 2004 +# Whom: Thomas Goirand <thomas@goirand.fr> +# +# $FreeBSD$ + +CATEGORIES= lang www +PKGNAMESUFFIX= -dtc + +MAINTAINER= thomas@goirand.fr +COMMENT= A default PHP configured for DTC + +WITH_SESSION= yes +WITH_MYSQL= yes +WITH_SOCKET= yes +WITH_GD= yes +MASTERDIR= ${.CURDIR}/../../lang/php4 + +.include "${MASTERDIR}/Makefile" |