Ticket #18350: Portfile

File Portfile, 1.4 KB (added by mklein-de (Michael Klein), 15 years ago)
Line 
1# $Id: Portfile 37 2009-02-03 20:59:53Z michael $
2
3PortSystem          1.0
4name                wmctrl
5version             1.07
6categories          x11
7maintainers         nomaintainer
8description         interact with an EWMH/NetWM compatible X Window Manager
9long_description \
10        The wmctrl program is a UNIX/Linux command line tool to interact with \
11        an EWMH/NetWM compatible X Window Manager.\
12        \
13        The tool provides command line access to almost all the features \
14        defined in the EWMH specification. It can be used, for example, to \
15        obtain information about the window manager, to get a detailed list of \
16        desktops and managed windows, to switch and resize desktops, to make \
17        windows full-screen, always-above or sticky, and to activate, close, \
18        move, resize, maximize and minimize them.
19
20platforms           darwin
21
22homepage            http://www.sweb.cz/tripie/utils/wmctrl
23master_sites        ${homepage}/dist
24
25checksums           md5     1fe3c7a2caa6071e071ba34f587e1555 \
26                    sha1    a123019a7fd5adc3e393fc1108cb706268a34e4d \
27                    rmd160  b19b23c7368875b62ffef71780915b439b2c09d5
28
29depends_build       port:pkgconfig
30
31depends_lib         port:xorg-libX11 port:xorg-libXmu port:glib2
32
33configure.args      --mandir=${prefix}/share/man
34
35livecheck.check     regex
36livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
37livecheck.url       ${master_sites}
38
39