aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/rsyslog3-snmp/Makefile
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2008-05-06 23:25:01 +0800
committersat <sat@FreeBSD.org>2008-05-06 23:25:01 +0800
commit573607809d6f3c935bde2343039c06b5b8bab141 (patch)
tree89fd3e8f003a0cd27c54a52e335382e14c067435 /sysutils/rsyslog3-snmp/Makefile
parentd773571a507fd6655156e11bc56b2f8c6ab53c66 (diff)
downloadfreebsd-ports-gnome-573607809d6f3c935bde2343039c06b5b8bab141.tar.gz
freebsd-ports-gnome-573607809d6f3c935bde2343039c06b5b8bab141.tar.zst
freebsd-ports-gnome-573607809d6f3c935bde2343039c06b5b8bab141.zip
Add rsyslog 3.x to ports:
Rsyslog is an enhanced multi-threaded syslogd supporting, among others, syslog/tcp, permitted sender lists, filtering on any message part, and fine grain output format control. Its advanced features make it suitable for enterprise-class, encryption protected syslog relay chains while at the same time being very easy to setup for the novice user. The following features are supported through modules: logging to MySQL, PostgreSQL, any libdbi-supported backend; SNMP trap sender, GSS API, RELP. WWW: http://www.rsyslog.com/
Diffstat (limited to 'sysutils/rsyslog3-snmp/Makefile')
-rw-r--r--sysutils/rsyslog3-snmp/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/rsyslog3-snmp/Makefile b/sysutils/rsyslog3-snmp/Makefile
new file mode 100644
index 000000000000..de911cbc30f6
--- /dev/null
+++ b/sysutils/rsyslog3-snmp/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: rsyslog3-snmp
+# Date created: 6 May 2008
+# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+COMMENT= SNMP trap sender for rsyslog
+
+MNAME= snmp
+MTYPES= om
+LIB_DEPENDS= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp
+
+.include "${.CURDIR}/../rsyslog3/bsd.rsyslog.mk"
+.include <bsd.port.mk>