aboutsummaryrefslogtreecommitdiff
path: root/mail/opensmtpd-extras-table-passwd
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2016-04-16 01:37:52 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2016-04-16 01:37:52 +0000
commitbdb16346cfcea06e4f4d3a30ac43131337eb3de7 (patch)
treebd2d355c19d906910c23398176518f603e15153a /mail/opensmtpd-extras-table-passwd
parent8d7d0b0a8d6f5ec7e05f9f45d621c6fbb3d5b76c (diff)
Notes
Diffstat (limited to 'mail/opensmtpd-extras-table-passwd')
-rw-r--r--mail/opensmtpd-extras-table-passwd/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/opensmtpd-extras-table-passwd/Makefile b/mail/opensmtpd-extras-table-passwd/Makefile
new file mode 100644
index 000000000000..41afecb6c8b6
--- /dev/null
+++ b/mail/opensmtpd-extras-table-passwd/Makefile
@@ -0,0 +1,17 @@
+# Created by: gahr
+# $FreeBSD$
+
+PKGNAMESUFFIX= -table-passwd
+
+COMMENT= passwd(5) table support for opensmtpd
+
+PLIST_FILES= libexec/opensmtpd/table-passwd \
+ man/man5/table-passwd.5.gz
+
+CONFIGURE_ARGS= --with-table-passwd
+LDFLAGS+= -L${LOCALBASE}/lib/mysql
+
+MASTERDIR= ${.CURDIR}/../opensmtpd-extras
+SLAVE_PORT= yes
+
+.include "${MASTERDIR}/Makefile"