mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
ee48ed0759
- bump PORTREVISION Changes:
25 lines
636 B
Makefile
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"
|