opnsense-ports/mail/opensmtpd-extras-table-socketmap/Makefile
Franco Fichtner 356bd85896 */*: sync with upstream
Taken from: FreeBSD
2016-06-08 07:42:21 +02:00

17 lines
344 B
Makefile

# Created by: gahr
# $FreeBSD$
PKGNAMESUFFIX= -table-socketmap
PORTREVISION= 0
COMMENT= Socketmap table support for OpenSMTPD
PLIST_FILES= libexec/opensmtpd/table-socketmap \
man/man5/table-socketmap.5.gz
CONFIGURE_ARGS+= --with-table-socketmap
MASTERDIR= ${.CURDIR}/../opensmtpd-extras
SLAVE_PORT= yes
.include "${MASTERDIR}/Makefile"