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

22 lines
571 B
Makefile

# $NetBSD: Makefile,v 1.15 2005/05/22 20:08:05 jlam Exp $
#
DISTNAME= gpaint-0.2
PKGREVISION= 6
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gpaint/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://gpaint.sourceforge.net/
COMMENT= Simple, easy-to-use paint program for GNOME
USE_DIRS+= xdg-1.1
GNU_CONFIGURE= YES
USE_TOOLS+= gmake
USE_GNU_GETTEXT= YES
USE_X11BASE= YES
.include "../../x11/gtk/buildlink3.mk"
.include "../../graphics/gdk-pixbuf-gnome/buildlink3.mk"
.include "../../print/gnome-print/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"