pkgsrc/x11/gtk2-chtheme/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
548 B
Makefile

# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:48 jlam Exp $
#
DISTNAME= gtk-chtheme-0.3.1
PKGNAME= gtk2-chtheme-0.3.1
CATEGORIES= x11
MASTER_SITES= http://plasmasturm.org/programs/gtk-chtheme/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= kirtai@users.sourceforge.net
HOMEPAGE= http://plasmasturm.org/programs/gtk-chtheme/
COMMENT= GTK+2 theme changer with preview
USE_TOOLS+= gmake
REPLACE_PERL= replace
USE_PERL5= build
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"