pkgsrc-wip/eventlog/Makefile
Aleksej Saushev 90d227ea69 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-28 22:07:28 +00:00

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"