Ticket #35386: Portfile

File Portfile, 1.3 KB (added by maehne (Torsten Maehne), 12 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id: Portfile 82015 2011-08-06 20:07:43Z jmr@macports.org $
3
4PortSystem 1.0
5
6name            gaw
7version         20111016
8categories      cad
9platforms       darwin
10license         GPL-2
11maintainers     gmx.de:Torsten.Maehne
12description     Gaw - Gtk Analog Wave viewer.
13long_description \
14    Gaw is a software tool for displaying analog waveforms from \
15    sampled data, e.g., from the output of simulators like Spice. Data \
16    can be imported to gaw using files or direct TCP/IP connections. \
17    Gaw is based on the Gtk2+ toolkit.
18
19homepage        http://www.rvq.fr/linux/gaw.php
20master_sites    http://download.tuxfamily.org/gaw/download/
21
22checksums       md5     344bc70737f217451babf69f16a9196f \
23                        sha1    544a0ccf56a4e86c830d5915b212cb373bb117b6 \
24                        rmd160  a3e76e129c458abfd220bb3147f632c15becee21
25
26depends_build   port:pkgconfig
27depends_lib     port:gtk2 \
28                port:hicolor-icon-theme
29depends_run     port:openbrowser
30
31patchfiles      patch-src-userprefs.h.diff
32
33configure.args  --enable-gawsound=no
34
35livecheck.type      regex
36livecheck.url       ${master_sites}
37livecheck.version   ${version}
38livecheck.regex     ${name}-(\[0-9\]+)${extract.suffix}