diff options
Diffstat (limited to 'sysutils/rsyslog5-devel-relp/Makefile')
-rw-r--r-- | sysutils/rsyslog5-devel-relp/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/sysutils/rsyslog5-devel-relp/Makefile b/sysutils/rsyslog5-devel-relp/Makefile deleted file mode 100644 index 097271146148..000000000000 --- a/sysutils/rsyslog5-devel-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}/../rsyslog5 - -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" |