# $NetBSD: Makefile,v 1.9 2010/12/02 16:10:34 wiz Exp $ # DISTNAME= confuse-2.7 CATEGORIES= devel MASTER_SITES= http://savannah.nongnu.org/download/confuse/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nongnu.org/confuse/ COMMENT= Configuration file parser library PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-shared USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES USE_TOOLS+= pkg-config msgfmt PKGCONFIG_OVERRIDE+= libconfuse.pc.in INSTALLATION_DIRS= lib include # the included, but generated, lexer.c includes a # definition of a function which is then not used. BUILDLINK_TRANSFORM+= rm:-Werror .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk"