pkgsrc/devel/confuse/Makefile
rillig ad2adba9a5 Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
2009-06-13 06:46:41 +00:00

25 lines
609 B
Makefile

# $NetBSD: Makefile,v 1.6 2009/06/13 06:46:41 rillig Exp $
#
DISTNAME= confuse-2.6
CATEGORIES= devel
MASTER_SITES= http://bzero.se/confuse/
MAINTAINER= ahoka@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
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"