a9425224f1
PR: 216777 Approved by: mm (maintainer)
16 lines
294 B
Makefile
16 lines
294 B
Makefile
# Created by: fluffy
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -queue-ram
|
|
PORTREVISION= 2
|
|
|
|
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"
|