28 lines
578 B
Makefile
28 lines
578 B
Makefile
# New ports collection makefile for: proftpd-mod_sql_mysql
|
|
# Date created: 25 Jan 2012
|
|
# Whom: Martin Matuska <mm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_sql_mysql
|
|
CATEGORIES= databases ftp
|
|
PKGNAMEPREFIX= proftpd-
|
|
|
|
MAINTAINER= mm@FreeBSD.org
|
|
COMMENT= MySQL module for ProFTPD
|
|
|
|
LICENSE= GPLv2
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
LATEST_LINK= ${PKGNAMEPREFIX}-${PORTNAME}
|
|
MASTERDIR= ${.CURDIR}/../../ftp/proftpd
|
|
|
|
USE_MYSQL= yes
|
|
|
|
INCLUDEDIRS= ${LOCALBASE}/include:${LOCALBASE}/include/mysql
|
|
LIBDIRS= ${LOCALBASE}/lib
|
|
|
|
_PROFTPD_MODULE= ${PORTNAME}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|