blob: d7cebf49251935163ea3e76c5f438b019d4786f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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"
|