Added leaf ports

This commit is contained in:
2025-12-18 08:43:17 +01:00
parent f7aa855c57
commit 34549e9737
11 changed files with 339 additions and 0 deletions

View File

@ -0,0 +1,15 @@
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:mail/exim
.include "${MASTERDIR}/Makefile"