blob: 2cc2223692dea0acfbb237a3e86dc7fec4f79ada (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.42 2011/12/09 14:36:33 drochner Exp $
#
DISTNAME= dinotrace-9.3c
PKGREVISION= 1
CATEGORIES= cad
MASTER_SITES= http://www.veripool.com/ftp/
EXTRACT_SUFX= .tgz
MAINTAINER= dmcmahill@NetBSD.org
HOMEPAGE= http://www.veripool.com/dinotrace/
COMMENT= Tool for viewing the output of digital simulators
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
INFO_FILES= YES
USE_TOOLS+= gmake perl
.include "../../mk/motif.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|