4f9db48c63
Need by dtc port.
16 lines
406 B
Makefile
16 lines
406 B
Makefile
# New ports collection makefile for: php4-dtc
|
|
# Date created: 11 May 2004
|
|
# Whom: Thomas Goirand <thomas@goirand.fr>
|
|
#
|
|
# $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"
|