1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/sysutils/rsyslog4-dbi/Makefile
Cheng-Lung Sung ee48ed0759 - dbi.0 => dbi.1
- bump PORTREVISION

Changes:
2011-03-07 15:15:06 +00:00

25 lines
636 B
Makefile

# New ports collection makefile for: rsyslog4-dbi
# Date created: 29 December 2008
# Whom: Cristiano Rolim Pereira <cristianorolim@hotmail.com>
#
# $FreeBSD$
COMMENT= LibDBI output module for rsyslog
MASTERDIR= ${.CURDIR}/../rsyslog4
MNAME= libdbi
LIB_DEPENDS= dbi.1:${PORTSDIR}/databases/libdbi
CONFIGURE_ARGS+=--enable-libdbi
PLIST_FILES+= lib/rsyslog/omlibdbi.la \
lib/rsyslog/omlibdbi.so
do-install:
@${INSTALL_PROGRAM} \
${WRKSRC}/plugins/omlibdbi/.libs/omlibdbi.so ${PREFIX}/lib/rsyslog
@${INSTALL_DATA} \
${WRKSRC}/plugins/omlibdbi/omlibdbi.la ${PREFIX}/lib/rsyslog
.include "${MASTERDIR}/Makefile"