diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2008-05-03 10:05:49 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2008-05-03 10:05:49 +0000 |
commit | 6585668c4d30bc19476ef593ce10fd47d1d648fc (patch) | |
tree | a209a11494f13b37cc7a25899d2761db60f22b87 /cad/gtkwave3/Makefile | |
parent | 42d789b494b05f5cf4007bac1c67f771ea0371da (diff) |
Notes
Diffstat (limited to 'cad/gtkwave3/Makefile')
-rw-r--r-- | cad/gtkwave3/Makefile | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/cad/gtkwave3/Makefile b/cad/gtkwave3/Makefile new file mode 100644 index 000000000000..83327fc3908a --- /dev/null +++ b/cad/gtkwave3/Makefile @@ -0,0 +1,38 @@ +# Ports collection makefile for: gtkwave +# Date created: April 28, 2008 +# Whom: bms +# +# $FreeBSD$ +# + +PORTNAME= gtkwave3 +PORTVERSION= 3.1.9 +CATEGORIES= cad +MASTER_SITES= http://home.nc.rr.com/gtkwave/ +DISTNAME= gtkwave-${PORTVERSION} + +MAINTAINER= stas@FreeBSD.org +COMMENT= Electronic Waveform Viewer + +CONFLICTS= gtkwave-[0-9]* + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= gtk20 + +PLIST_FILES= bin/ghwdump bin/gtkwave bin/lxt2miner bin/lxt2vcd \ + bin/mvl2lxt bin/mvl2vcd bin/rtlbrowse bin/shmidcat \ + bin/tex2vcd bin/tla2vcd bin/twinwave bin/vcd2lxt \ + bin/vcd2lxt2 bin/vcd2vzt bin/vermin bin/vzt2vcd \ + bin/vztminer + +PORTDOCS= gtkwave.odt +PORTEXAMPLES= des.sav des.script des.v des.vzt + +MAN1= ghwdump.1 gtkwave.1 lxt2miner.1 lxt2vcd.1 mvl2lxt.1 \ + mvl2vcd.1 rtlbrowse.1 shmidcat.1 tex2vcd.1 tla2vcd.1 \ + twinwave.1 vcd2lxt.1 vcd2lxt2.1 vcd2vzt.1 vermin.1 \ + vzt2vcd.1 vztminer.1 +MAN5= gtkwaverc.5 + +.include <bsd.port.mk> |