opnsense-ports/mail/opensmtpd-extras-queue-ram/Makefile
Franco Fichtner 62b2f67211 */*: sync with upstream
Taken from: FreeBSD
2022-07-21 08:10:06 +02:00

13 lines
260 B
Makefile

PKGNAMESUFFIX= -queue-ram
PORTREVISION= 0
COMMENT= RAM queue support for OpenSMTPD
PLIST_FILES= libexec/opensmtpd/queue-ram
CONFIGURE_ARGS+= --with-queue-ram
MASTERDIR= ${.CURDIR}/../opensmtpd-extras
SLAVE_PORT= yes
.include "${MASTERDIR}/Makefile"