freebsd-ports/sysutils/rsyslog3-relp/Makefile
Andrew Pantyukhin b9b5b02aa2 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/
2008-05-06 15:25:01 +00:00

15 lines
341 B
Makefile

# New ports collection makefile for: rsyslog3-relp
# Date created: 6 May 2008
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
COMMENT= RELP input/output module for rsyslog
MNAME= relp
MTYPES= im om
LIB_DEPENDS= relp.0:${PORTSDIR}/devel/librelp
.include "${.CURDIR}/../rsyslog3/bsd.rsyslog.mk"
.include <bsd.port.mk>