# $Id: Portfile 68570 2010-06-06 22:34:28Z gwright@macports.org $

PortSystem 1.0

name		gtkwave
version		3.3.7
categories	cad
platforms	darwin
maintainers	gwright
description	A viewer for common electronic CAD waveform files.
long_description	\
	GTKWave is a fully featured GTK+ based wave viewer for Unix	\
	and Win32 which reads LXT, LXT2, VZT, and GHW files as well	\
	as standard Verilog VCD/EVCD files and allows their viewing.

homepage	http://gtkwave.sourceforge.net
master_sites	${homepage}/

checksums	md5     97d52de7a9d5d45df3d0e3f6e46aa9ed \
		sha1    98ff878af1a4375f8bc4ee1a44b65dd2c5ed25b0 \
		rmd160  94b03dc5fe27f7edddc6442e601ae0217ae459fb

depends_lib	port:gtk2	\
		port:liblzma

configure.args	--mandir=\\\${prefix}/share/man

