aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rsyslog55-dbi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/rsyslog55-dbi/Makefile')
-rw-r--r--sysutils/rsyslog55-dbi/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/sysutils/rsyslog55-dbi/Makefile b/sysutils/rsyslog55-dbi/Makefile
deleted file mode 100644
index d2df260c5123..000000000000
--- a/sysutils/rsyslog55-dbi/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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.0:${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"