2016-04-16 03:37:52 +02:00
|
|
|
# Created by: gahr
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PKGNAMESUFFIX= -table-passwd
|
2016-06-07 11:32:23 +02:00
|
|
|
PORTREVISION= 0
|
2016-04-16 03:37:52 +02:00
|
|
|
|
2016-05-27 20:29:53 +02:00
|
|
|
COMMENT= passwd(5) table support for OpenSMTPD
|
2016-04-16 03:37:52 +02:00
|
|
|
|
|
|
|
PLIST_FILES= libexec/opensmtpd/table-passwd \
|
|
|
|
man/man5/table-passwd.5.gz
|
|
|
|
|
2016-05-27 20:29:53 +02:00
|
|
|
CONFIGURE_ARGS+= --with-table-passwd
|
2016-04-16 03:37:52 +02:00
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../opensmtpd-extras
|
|
|
|
SLAVE_PORT= yes
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|