13 lines
339 B
Makefile
13 lines
339 B
Makefile
# $NetBSD: Makefile,v 1.10 2018/04/29 21:32:05 adam Exp $
|
|
|
|
SYSLOG_MOD= http
|
|
COMMENT= Syslog-ng curl module
|
|
PKGREVISION= 1
|
|
|
|
.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"
|