mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
16 lines
282 B
Makefile
16 lines
282 B
Makefile
# Created by: fluffy
|
|
|
|
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"
|