blob: 978c28551404362be15df15d13b4391b3f029c72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.28 2004/04/11 18:59:52 snj Exp $
#
DISTNAME= dinotrace-9.1k
PKGREVISION= 1
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_BUILDLINK3= YES
USE_PERL5= build
USE_X11= YES
.include "../../mk/motif.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|