pkgsrc/graphics/exiv2/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

18 lines
406 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/05/22 20:08:05 jlam Exp $
#
DISTNAME= exiv2-0.6.1
CATEGORIES= graphics
MASTER_SITES= http://home.arcor.de/ahuggel/exiv2/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://home.arcor.de/ahuggel/exiv2/
COMMENT= Image metadata manipulation
USE_LANGUAGES= c c++
GCC_REQD= 3.3
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
.include "../../mk/bsd.pkg.mk"