Ticket #15206: Portfile

File Portfile, 799 bytes (added by andi@…, 16 years ago)

New Portfile

Line 
1# $Id: Portfile 36976 2008-05-21 21:58:27Z gwright@macports.org $
2
3PortSystem 1.0
4
5name            gtkwave
6version         3.1.11
7categories      cad
8platforms       darwin
9maintainers     gwright@macports.org
10description     A viewer for common electronic CAD waveform files.
11long_description        \
12        GTKWave is a fully featured GTK+ based wave viewer for Unix     \
13        and Win32 which reads LXT, LXT2, VZT, and GHW files as well     \
14        as standard Verilog VCD/EVCD files and allows their viewing.
15
16homepage        http://home.nc.rr.com/gtkwave
17master_sites    ${homepage}/
18checksums       md5     fac18c42d4974facfb46e68ecb8feccd                \
19                sha1    7fe474ec16428bba27faa3aa031014ed8105919f        \
20                rmd160  e52dde4e175301bd7f2af55c1f396a0613f8e25f
21
22depends_lib     port:gtk2
23
24configure.args  --mandir=\\\${prefix}/share/man
25