mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
4aea318324
including any exiscan patches. Approved by: sheldonh (maintainer)
23 lines
503 B
Makefile
23 lines
503 B
Makefile
# New ports collection makefile for: exim-monitor
|
|
# Date created: 27 August 2001
|
|
# Whom: sheldonh@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -monitor
|
|
|
|
COMMENT= The Exim monitor for the Exim MTA
|
|
|
|
MASTERDIR= ${.CURDIR}/../exim
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
EXIMON_ONLY= yes
|
|
|
|
# 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"
|