aboutsummaryrefslogtreecommitdiffstats
path: root/mail/opensmtpd-extras-table-mysql/Makefile
blob: dcbb4f0487aa2c3cfbc5cb881e9c33f7535ec36a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: gahr
# $FreeBSD$

PKGNAMESUFFIX=  -table-mysql
PORTREVISION=   0

COMMENT=    MySQL table support for OpenSMTPD

PLIST_FILES=    libexec/opensmtpd/table-mysql

CONFIGURE_ARGS+=    --with-table-mysql
CFLAGS+=    -I${LOCALBASE}/include/mysql
LDFLAGS+=   -L${LOCALBASE}/lib/mysql

USES=       mysql

MASTERDIR=  ${.CURDIR}/../opensmtpd-extras
SLAVE_PORT= yes

.include "${MASTERDIR}/Makefile"