2013-09-20 21:59:12 +02:00
|
|
|
# Created by: sheldonh@FreeBSD.org
|
2005-10-02 18:49:21 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PKGNAMESUFFIX= -monitor
|
|
|
|
|
|
|
|
COMMENT= The Exim monitor for the Exim MTA
|
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../exim
|
|
|
|
|
|
|
|
EXIMON_ONLY= yes
|
2014-07-05 01:13:46 +02:00
|
|
|
OPTIONS_SLAVE= EXIMON
|
2005-10-02 18:49:21 +02:00
|
|
|
|
|
|
|
# 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"
|