1 | # $Id: Portfile 37 2009-02-03 20:59:53Z michael $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name wmctrl |
---|
5 | version 1.07 |
---|
6 | categories x11 |
---|
7 | maintainers nomaintainer |
---|
8 | description interact with an EWMH/NetWM compatible X Window Manager |
---|
9 | long_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 | |
---|
20 | platforms darwin |
---|
21 | |
---|
22 | homepage http://www.sweb.cz/tripie/utils/wmctrl |
---|
23 | master_sites ${homepage}/dist |
---|
24 | |
---|
25 | checksums md5 1fe3c7a2caa6071e071ba34f587e1555 \ |
---|
26 | sha1 a123019a7fd5adc3e393fc1108cb706268a34e4d \ |
---|
27 | rmd160 b19b23c7368875b62ffef71780915b439b2c09d5 |
---|
28 | |
---|
29 | depends_build port:pkgconfig |
---|
30 | |
---|
31 | depends_lib port:xorg-libX11 port:xorg-libXmu port:glib2 |
---|
32 | |
---|
33 | configure.args --mandir=${prefix}/share/man |
---|
34 | |
---|
35 | livecheck.check regex |
---|
36 | livecheck.regex ${name}-(\[\\d.\]+)${extract.suffix} |
---|
37 | livecheck.url ${master_sites} |
---|
38 | |
---|
39 | |
---|