diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2016-04-16 01:37:52 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2016-04-16 01:37:52 +0000 |
commit | bdb16346cfcea06e4f4d3a30ac43131337eb3de7 (patch) | |
tree | bd2d355c19d906910c23398176518f603e15153a /mail/opensmtpd-extras-table-socketmap | |
parent | 8d7d0b0a8d6f5ec7e05f9f45d621c6fbb3d5b76c (diff) |
Split opensmtpd-extras into a bunch of slave ports. Right now -extras
only has the table stuff, but there are many more pieces. Having
the default package install postgresql, redis, and mysql when all you
wanted was passwd support, is overkill. Ports for filters will come
soon.
The -extras port retains its OPTIONS (and still installs everything
possible, so there's no disruption for current users).
Approved by: gahr (maintainer)
Notes
Notes:
svn path=/head/; revision=413409
Diffstat (limited to 'mail/opensmtpd-extras-table-socketmap')
-rw-r--r-- | mail/opensmtpd-extras-table-socketmap/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/opensmtpd-extras-table-socketmap/Makefile b/mail/opensmtpd-extras-table-socketmap/Makefile new file mode 100644 index 000000000000..1ebab9eb449e --- /dev/null +++ b/mail/opensmtpd-extras-table-socketmap/Makefile @@ -0,0 +1,16 @@ +# Created by: gahr +# $FreeBSD$ + +PKGNAMESUFFIX= -table-socketmap + +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" |