13 lines
340 B
Makefile
13 lines
340 B
Makefile
# $NetBSD: Makefile,v 1.21 2020/05/22 10:56:42 adam Exp $
|
|
|
|
SYSLOG_MOD= http
|
|
COMMENT= Syslog-ng curl module
|
|
PKGREVISION= 10
|
|
|
|
.include "../../sysutils/syslog-ng/Makefile.module"
|
|
|
|
CONFIGURE_ARGS+= --enable-http
|
|
CONFIGURE_ARGS+= --with-libcurl=${BUILDLINK_PREFIX.curl}
|
|
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|