From 4f9db48c63ab7b63295deb0bc348c1db485645ac Mon Sep 17 00:00:00 2001 From: Clement Laforet Date: Tue, 25 May 2004 00:42:07 +0000 Subject: - Add proftpd-mysql port, a slave port of proftpd with mysql support. Need by dtc port. --- ftp/Makefile | 1 + ftp/proftpd-mysql/Makefile | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 ftp/proftpd-mysql/Makefile diff --git a/ftp/Makefile b/ftp/Makefile index 587cc6d27325..3ded49d9601d 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -66,6 +66,7 @@ SUBDIR += pavuk SUBDIR += pftpd SUBDIR += proftpd + SUBDIR += proftpd-mysql SUBDIR += profxp SUBDIR += proma SUBDIR += prozilla diff --git a/ftp/proftpd-mysql/Makefile b/ftp/proftpd-mysql/Makefile new file mode 100644 index 000000000000..d7cebf492519 --- /dev/null +++ b/ftp/proftpd-mysql/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: php4-dtc +# Date created: 11 May 2004 +# Whom: Thomas Goirand +# +# $FreeBSD$ + +MAINTAINER= thomas@goirand.fr +COMMENT= Highly configurable ftp daemon with MySQL support + +PKGNAMESUFFIX= -mysql +WITH_MYSQL= yes +CONFLICTS= proftpd-1.* + +MASTERDIR= ${.CURDIR}/../../ftp/proftpd + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3