freebsd-ports/sysutils/rsyslog6-rfc3195/Makefile
Brad Davis 4357b9a9c3 - Add rsyslog6*, the stable branch of rsyslog-6 at version 6.2.2
- Take maintainer

PR:		ports/169307
Approved by:	pgollucci
2012-08-16 21:52:44 +00:00

26 lines
654 B
Makefile

# 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}/../rsyslog6
MNAME= rfc3195
LIB_DEPENDS+= logging.0:${PORTSDIR}/devel/liblogging
USE_PKGCONFIG= yes
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"