pkgsrc/graphics/hicolor-icon-theme/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
477 B
Makefile

# $NetBSD: Makefile,v 1.6 2005/05/22 20:08:06 jlam Exp $
#
DISTNAME= hicolor-icon-theme-0.5
CATEGORIES= graphics
MASTER_SITES= http://freedesktop.org/software/icon-theme/releases/
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://freedesktop.org/Software/icon-theme
COMMENT= Standard icon theme called hicolor
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
NO_BUILD= YES
USE_DIRS+= xdg-1.1
USE_TOOLS+= gmake
USE_LANGUAGES= # empty
.include "../../mk/bsd.pkg.mk"