16 lines
310 B
Makefile
16 lines
310 B
Makefile
# Created by: fluffy
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -scheduler-ram
|
|
PORTREVISION= 2
|
|
|
|
COMMENT= RAM scheduler support for OpenSMTPD
|
|
|
|
PLIST_FILES= libexec/opensmtpd/scheduler-ram
|
|
|
|
CONFIGURE_ARGS+= --with-scheduler-ram
|
|
|
|
MASTERDIR= ${.CURDIR}/../opensmtpd-extras
|
|
SLAVE_PORT= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|