mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
e654a6aadd
- Clean up a bit
16 lines
332 B
Makefile
16 lines
332 B
Makefile
# New ports collection makefile for: proftpd-mysql
|
|
# Date created: 11 May 2004
|
|
# Whom: Thomas Goirand <thomas@goirand.fr>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -mysql
|
|
|
|
COMMENT= Highly configurable ftp daemon with MySQL support
|
|
WITH_MYSQL= yes
|
|
CONFLICTS= proftpd-[0-9]*
|
|
|
|
MASTERDIR= ${.CURDIR}/../proftpd
|
|
|
|
.include "${MASTERDIR}/Makefile"
|