pkgsrc/devel/libcfg+/Makefile
jlam 585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00

20 lines
472 B
Makefile

# $NetBSD: Makefile,v 1.3 2005/05/22 20:07:52 jlam Exp $
#
DISTNAME= libcfg+-0.6.2
PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://platon.sk/upload/_projects/00003/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://platon.sk/projects/libcfg+/
COMMENT= Command line and configuration file parsing library
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_LIBTOOL= yes
MANCOMPRESSED= yes
.include "../../mk/bsd.pkg.mk"