diff options
author | pav <pav@FreeBSD.org> | 2004-07-06 05:02:41 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-06 05:02:41 +0800 |
commit | 4192d05a3a472d651a1b829340a2283e9cbaddf0 (patch) | |
tree | afad320891d3923eb15ee1e7e0ca6051ab32d7d6 /cad/dinotrace/Makefile | |
parent | 9c6c196f94df9b88440d07c304c92d5e665ed242 (diff) | |
download | freebsd-ports-gnome-4192d05a3a472d651a1b829340a2283e9cbaddf0.tar.gz freebsd-ports-gnome-4192d05a3a472d651a1b829340a2283e9cbaddf0.tar.zst freebsd-ports-gnome-4192d05a3a472d651a1b829340a2283e9cbaddf0.zip |
Add dinotrace, a mature signal waveform viewer used to debug digital design
simulations.
PR: ports/68688
Submitted by: Joachim Strombergson <watchman@ludd.ltu.se>
Diffstat (limited to 'cad/dinotrace/Makefile')
-rw-r--r-- | cad/dinotrace/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile new file mode 100644 index 000000000000..fe562332601a --- /dev/null +++ b/cad/dinotrace/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: dinotrace +# Date created: July 05, 2004 +# Whom: Joachim Strombergson <watchman@ludd.ltu.se> +# +# $FreeBSD$ +# + +PORTNAME= dinotrace +PORTVERSION= 9.1 +CATEGORIES= cad +MASTER_SITES= http://www.veripool.com/ftp/ +DISTNAME= dinotrace-9.1m + +MAINTAINER= watchman@ludd.luth.se +COMMENT= A gaphical signal trace waveform viewer. + +GNU_CONFIGURE= yes +USE_MOTIF= yes +USE_X_PREFIX= yes + +INFO= dinotrace +PLIST_FILES= bin/dinotrace + +.include <bsd.port.mk> |