diff options
Diffstat (limited to 'mail/opensmtpd-extras-table-sqlite/Makefile')
-rw-r--r-- | mail/opensmtpd-extras-table-sqlite/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/opensmtpd-extras-table-sqlite/Makefile b/mail/opensmtpd-extras-table-sqlite/Makefile new file mode 100644 index 000000000000..302af3ef3597 --- /dev/null +++ b/mail/opensmtpd-extras-table-sqlite/Makefile @@ -0,0 +1,18 @@ +# Created by: gahr +# $FreeBSD$ + +PKGNAMESUFFIX= -table-sqlite + +COMMENT= SQLite table support for opensmtpd + +PLIST_FILES= libexec/opensmtpd/table-sqlite \ + man/man5/table-sqlite.5.gz + +CONFIGURE_ARGS= --with-table-sqlite + +USES= sqlite + +MASTERDIR= ${.CURDIR}/../opensmtpd-extras +SLAVE_PORT= yes + +.include "${MASTERDIR}/Makefile" |