freebsd-ports/mail/exim-monitor/Makefile
Vsevolod Stakhov 77af2be638 - Fix issue with exim monitor depends
- Correctly name DAEMON option as EXIMDAEMON

Submitted by:	bapt
2014-07-04 23:13:46 +00:00

18 lines
423 B
Makefile

# Created by: sheldonh@FreeBSD.org
# $FreeBSD$
PKGNAMESUFFIX= -monitor
COMMENT= The Exim monitor for the Exim MTA
MASTERDIR= ${.CURDIR}/../exim
EXIMON_ONLY= yes
OPTIONS_SLAVE= EXIMON
# This dependency is disabled, because it prevents package users from
# using the exim-monitor package with any of the exim slave packages.
#
#RUN_DEPENDS= ${LOCALBASE}/sbin/exim:${PORTSDIR}/mail/exim
.include "${MASTERDIR}/Makefile"