summaryrefslogtreecommitdiff
path: root/mail/opensmtpd-extras-table-mysql/Makefile
blob: 108519b561cfc50965657b949f6e5ab62df62f16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"