diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-17 06:29:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-17 06:29:03 +0800 |
commit | 55fd1ed2215b6a314f316caa84d23e46005d808e (patch) | |
tree | 815d37c0b4ce8ee9a749cf65d64dfcb06c142c6a /sysutils/rsyslog4-devel-rfc3195 | |
parent | 67cb5285781932bc999c75db1929a9b9caf6c2e6 (diff) | |
download | freebsd-ports-graphics-55fd1ed2215b6a314f316caa84d23e46005d808e.tar.gz freebsd-ports-graphics-55fd1ed2215b6a314f316caa84d23e46005d808e.tar.zst freebsd-ports-graphics-55fd1ed2215b6a314f316caa84d23e46005d808e.zip |
- New slave port for sysutils/rsyslog4.
Add support for rfc 3195 (Reliable Delivery for syslog)
PR: 134137
Submitted by: Cristiano Rolim Pereira <cristianorolim@hotmail.com>
Diffstat (limited to 'sysutils/rsyslog4-devel-rfc3195')
-rw-r--r-- | sysutils/rsyslog4-devel-rfc3195/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/rsyslog4-devel-rfc3195/Makefile b/sysutils/rsyslog4-devel-rfc3195/Makefile new file mode 100644 index 00000000000..46259283ac8 --- /dev/null +++ b/sysutils/rsyslog4-devel-rfc3195/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: rsyslog4-snmp +# Date created: 29 December 2008 +# Whom: Cristiano Rolim Pereira <cristianorolim@hotmail.com> +# +# $FreeBSD$ +# + +COMMENT= RFC3195 input support for rsyslog +MASTERDIR= ${.CURDIR}/../rsyslog4 + +MNAME= rfc3195 +BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config +LIB_DEPENDS+= logging.0:${PORTSDIR}/devel/liblogging + +CONFIGURE_ARGS+=--enable-rfc3195 + +PLIST_FILES+= lib/rsyslog/im3195.la \ + lib/rsyslog/im3195.so + +do-install: + @${INSTALL_PROGRAM} \ + ${WRKSRC}/plugins/im3195/.libs/im3195.so ${PREFIX}/lib/rsyslog + @${INSTALL_DATA} \ + ${WRKSRC}/plugins/im3195/im3195.la ${PREFIX}/lib/rsyslog +.include "${MASTERDIR}/Makefile" |