mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 07:10:32 -04:00
that authored and maintains syslog-ng. Peter suggested that this new port not become the default syslog-ng port for now until up two modules that fail to build on FreeBSD are fixed upstream. Submitted by: Peter Czanik (CzP) <peter.czanik@balabit.com> Balabit (a OneIdentity company) / syslog-ng upstream
8 lines
174 B
Makefile
8 lines
174 B
Makefile
# $FreeBSD$
|
|
|
|
VERSIONS= 39 314 315 317 318 319 320 321 322
|
|
SYSLOG_NG_VERSION?= 321
|
|
|
|
MASTERDIR= ${.CURDIR}/../syslog-ng${SYSLOG_NG_VERSION}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|