17 lines
415 B
Makefile
17 lines
415 B
Makefile
# $NetBSD: Makefile,v 1.14 2020/03/08 16:51:23 wiz Exp $
|
|
#
|
|
|
|
RSYSLOG_MOD= relp
|
|
PKGNAME= ${DISTNAME:S/rsyslog/rsyslog-${RSYSLOG_MOD}/}
|
|
PKGREVISION= 8
|
|
|
|
DEPENDS+= rsyslog>=${PKGVERSION_NOREV}:../../sysutils/rsyslog
|
|
|
|
.include "../../sysutils/rsyslog/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --enable-relp
|
|
|
|
BUILD_DIRS= plugins/imrelp plugins/omrelp
|
|
|
|
.include "../../devel/librelp/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|