aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2016-03-24 13:57:31 +0800
committercy <cy@FreeBSD.org>2016-03-24 13:57:31 +0800
commita1d235efdbf0e1d03c06413d5b95c3c2c14b18c1 (patch)
tree3707e52ca7768fd331025e6c11a110f229fd32ae /sysutils
parent137d82b79f7e650f56bb37854a6ef1dc9255af81 (diff)
downloadfreebsd-ports-gnome-a1d235efdbf0e1d03c06413d5b95c3c2c14b18c1.tar.gz
freebsd-ports-gnome-a1d235efdbf0e1d03c06413d5b95c3c2c14b18c1.tar.zst
freebsd-ports-gnome-a1d235efdbf0e1d03c06413d5b95c3c2c14b18c1.zip
This commit is the second part of a two part commit.
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
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/syslog-ng/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/syslog-ng/Makefile b/sysutils/syslog-ng/Makefile
new file mode 100644
index 000000000000..4e61ea9051c1
--- /dev/null
+++ b/sysutils/syslog-ng/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+VERSIONS= 34 35 36 37
+SYSLOG_NG_VERSION?= 37
+
+MASTERDIR= ${.CURDIR}/../syslog-ng${SYSLOG_NG_VERSION}
+
+.include "${MASTERDIR}/Makefile"