70be4d90e9
The syslog-ng port now becomes a meta-port which by default builds and installs syslog-ng37. Discussed with: Peter Czanik (CzP) <peter.czanik@balabit.com> Balabit / syslog-ng upstream
8 lines
150 B
Makefile
8 lines
150 B
Makefile
# $FreeBSD$
|
|
|
|
VERSIONS= 34 35 36 37
|
|
SYSLOG_NG_VERSION?= 37
|
|
|
|
MASTERDIR= ${.CURDIR}/../syslog-ng${SYSLOG_NG_VERSION}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|