freebsd-ports/sysutils/syslog-ng/Makefile
Cy Schubert ddd58e357e Remove unsupported/deprecated versions of syslog-ng from the metaport
to discourage their selection and use.

Set syslog-ng323 as the new default.
2019-09-12 04:38:08 +00:00

8 lines
155 B
Makefile

# $FreeBSD$
VERSIONS= 320 321 322 323
SYSLOG_NG_VERSION?= 323
MASTERDIR= ${.CURDIR}/../syslog-ng${SYSLOG_NG_VERSION}
.include "${MASTERDIR}/Makefile"