pkgsrc/devel/popt/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

27 lines
647 B
Makefile

# $NetBSD: Makefile,v 1.30 2005/05/22 20:07:54 jlam Exp $
#
DISTNAME= popt-1.7
PKGREVISION= 5
CATEGORIES= devel
MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/ \
ftp://ftp.iks-jena.de/pub/software/unix/misc/ \
ftp://sunsite.cnlab-switch.ch/mirror/rpm/dist/rpm-4.1.x/
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Command line option parsing library
PKG_INSTALLATION_TYPES= overwrite pkgviews
CONFLICTS= ORBit<=0.5.3
BUILD_USES_MSGFMT= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_LIBTOOL= yes
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"