mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
a9425224f1
PR: 216777 Approved by: mm (maintainer)
17 lines
310 B
Makefile
17 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"
|