aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rsyslog5-relp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/rsyslog5-relp/Makefile')
-rw-r--r--sysutils/rsyslog5-relp/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/sysutils/rsyslog5-relp/Makefile b/sysutils/rsyslog5-relp/Makefile
deleted file mode 100644
index 695f551c2557..000000000000
--- a/sysutils/rsyslog5-relp/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: rsyslog4-relp
-# Date created: 29 December 2008
-# Whom: Cristiano Rolim Pereira <cristianorolim@hotmail.com>
-#
-# $FreeBSD$
-#
-
-COMMENT= RELP input/output module for rsyslog
-MASTERDIR= ${.CURDIR}/../rsyslog4
-
-MNAME= relp
-BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config
-LIB_DEPENDS= relp.0:${PORTSDIR}/devel/librelp
-
-CONFIGURE_ARGS+=--enable-relp
-
-PLIST_FILES+= lib/rsyslog/imrelp.la \
- lib/rsyslog/imrelp.so \
- lib/rsyslog/omrelp.la \
- lib/rsyslog/omrelp.so
-
-do-install:
- @${INSTALL_PROGRAM} \
- ${WRKSRC}/plugins/omrelp/.libs/omrelp.so ${PREFIX}/lib/rsyslog
- @${INSTALL_DATA} \
- ${WRKSRC}/plugins/omrelp/omrelp.la ${PREFIX}/lib/rsyslog
- @${INSTALL_PROGRAM} \
- ${WRKSRC}/plugins/imrelp/.libs/imrelp.so ${PREFIX}/lib/rsyslog
- @${INSTALL_DATA} \
- ${WRKSRC}/plugins/imrelp/imrelp.la ${PREFIX}/lib/rsyslog
-.include "${MASTERDIR}/Makefile"