freebsd-ports/net-mgmt/nrpe-ssl/Makefile
Mathieu Arnold c6f651390a OPTIONS_SET/OPTIONS_UNSET are global variables, they cannot be used in ports Makefiles.
So, replace them with OPTIONS_SLAVE, OPTIONS_EXCLUDE, OPTIONS_DEFAULT,
where appropriate.

The ghostscript ports are doing something nasty that is certainly wrong,
but I don't want to try to understand it.

Sponsored by:	Absolight
2016-10-24 10:18:50 +00:00

14 lines
245 B
Makefile

# Created by: Niclas Zeising <zeising@FreeBSD.org>
# $FreeBSD$
PKGNAMESUFFIX= -ssl
COMMENT= Nagios Remote Plugin Executor (SSL version)
CONFLICTS= nrpe-2.*
OPTIONS_SLAVE= SSL
MASTERDIR= ${.CURDIR}/../nrpe
.include "${MASTERDIR}/Makefile"