mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
17 lines
332 B
Makefile
17 lines
332 B
Makefile
# Created by: gahr
|
|
|
|
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"
|