Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.2 2015/01/16 16:35:37 fhajny Exp $
DISTNAME= liblogging-1.0.5
CATEGORIES= sysutils
MASTER_SITES= http://download.rsyslog.com/liblogging/
MAINTAINER= filip@joyent.com
HOMEPAGE= http://www.liblogging.org/
COMMENT= Easy to use logging library
LICENSE= 2-clause-bsd
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= rfc3195/liblogging-rfc3195.pc.in
PKGCONFIG_OVERRIDE+= stdlog/liblogging-stdlog.pc.in
CONFIGURE_ARGS+= --disable-journal
CONFIGURE_ARGS+= --enable-stdlog
.include "../../mk/bsd.pkg.mk"