pkgsrc-wip/confuse/Makefile
pancake ;) a7088592c3 * Initial import of confuse
DESCRIPTION:

This is libConfuse, a library for parsing configuration files. It was
called libcfg before, but was changed to not confuse with other
similar libraries.
2006-03-12 22:09:56 +00:00

18 lines
462 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/03/12 22:09:56 poppnk Exp $
#
DISTNAME= confuse-2.5
CATEGORIES= wip devel
MASTER_SITES= http://download.savannah.gnu.org/releases/confuse/
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://download.savannah.gnu.org/releases/confuse/
COMMENT= A library to parse configuration files
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= libconfuse.pc.in
.include "../../mk/bsd.pkg.mk"