3949ab266f
From the NEWS file: * Changes in Dinotrace 9.1i 03/07/2003 *** Display values with appropriate leading 0s. [Dan McMahill] *** Fix 0 extension of verilog values. [Dominik Strasser, Bill Welch]
21 lines
498 B
Makefile
21 lines
498 B
Makefile
# $NetBSD: Makefile,v 1.20 2003/03/23 20:57:42 dmcmahill Exp $
|
|
#
|
|
|
|
DISTNAME= dinotrace-9.1i
|
|
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
|
|
|
|
INFO_FILES= dinotrace.info
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_X11BASE= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_PERL5= build
|
|
|
|
.include "../../mk/motif.buildlink2.mk"
|
|
.include "../../mk/texinfo.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|