18 lines
451 B
Makefile
18 lines
451 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/09/28 22:07:35 asau Exp $
|
|
#
|
|
|
|
DISTNAME= eventlog-0.2.5
|
|
CATEGORIES= net devel
|
|
MASTER_SITES= http://www.balabit.com/downloads/files/eventlog/0.2/
|
|
|
|
MAINTAINER= pkgsrc@blackmouse.biz
|
|
HOMEPAGE= http://www.balabit.com/products/syslog-ng/
|
|
COMMENT= New API to format and send structured log messages
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= eventlog.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|