aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/rsyslog3-pgsql
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-pgsql
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-pgsql')
-rw-r--r--sysutils/rsyslog3-pgsql/Makefile19
1 files changed, 5 insertions, 14 deletions
diff --git a/sysutils/rsyslog3-pgsql/Makefile b/sysutils/rsyslog3-pgsql/Makefile
index e8a0b5fdb889..e76bf2386991 100644
--- a/sysutils/rsyslog3-pgsql/Makefile
+++ b/sysutils/rsyslog3-pgsql/Makefile
@@ -1,4 +1,4 @@
-# New ports collection makefile for: rsyslog-pgsql
+# New ports collection makefile for: rsyslog3-pgsql
# Date created: 13 December 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
@@ -6,19 +6,10 @@
#
COMMENT= PostgreSQL output module for rsyslog
-PKGNAMESUFFIX= -pgsql
-MASTERDIR= ${.CURDIR}/../rsyslog
+MNAME= pgsql
+MTYPES= om
USE_PGSQL= yes
-CONFIGURE_ARGS+= --enable-pgsql
-RUN_DEPENDS= rsyslog>=0:${PORTSDIR}/sysutils/rsyslog
-PLIST_FILES= lib/rsyslog/ompgsql.so
-PLIST_DIRS= lib/rsyslog
-PLIST= ""
-do-install:
- @${INSTALL} -d ${PREFIX}/lib/rsyslog/
- @${INSTALL_PROGRAM} ${WRKSRC}/plugins/ompgsql/.libs/ompgsql.so \
- ${PREFIX}/lib/rsyslog/
-
-.include "${MASTERDIR}/Makefile"
+.include "${.CURDIR}/../rsyslog3/bsd.rsyslog.mk"
+.include <bsd.port.mk>