pkgsrc/cad/gerbv/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

21 lines
534 B
Makefile

# $NetBSD: Makefile,v 1.26 2005/05/22 20:07:41 jlam Exp $
#
DISTNAME= gerbv-1.0.1
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gerbv/}
MAINTAINER= dmcmahill@NetBSD.org
HOMEPAGE= http://gerbv.sourceforge.net/
COMMENT= Gerber file viewer
PKG_INSTALLATION_TYPES= overwrite pkgviews
CONFIGURE_ARGS+= --enable-exportpng
GNU_CONFIGURE= YES
USE_TOOLS+= gmake
.include "../../graphics/gdk-pixbuf/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"