# Created by: gahr
# $FreeBSD: head/mail/opensmtpd-extras-table-mysql/Makefile 413409 2016-04-16 01:37:52Z adamw $

PKGNAMESUFFIX=	-table-mysql

COMMENT=	MySQL table support for opensmtpd

PLIST_FILES=	libexec/opensmtpd/table-mysql

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

USE_MYSQL=	client

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

.include "${MASTERDIR}/Makefile"