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

19 lines
456 B
Makefile

# $NetBSD: Makefile,v 1.32 2005/05/22 20:07:40 jlam Exp $
#
DISTNAME= dinotrace-9.2a
CATEGORIES= cad
MASTER_SITES= http://www.veripool.com/ftp/
MAINTAINER= dmcmahill@NetBSD.org
HOMEPAGE= http://www.veripool.com/dinotrace/
COMMENT= Tool for viewing the output of digital simulators
GNU_CONFIGURE= YES
INFO_FILES= dinotrace.info
USE_PERL5= build
USE_X11= YES
USE_TOOLS+= gmake
.include "../../mk/motif.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"