1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name unclutter |
---|
5 | version 8 |
---|
6 | categories x11 |
---|
7 | description hides the cursor in X after a period of inactivity |
---|
8 | long_description \ |
---|
9 | unclutter hides your X mouse cursor when you don't need it, to \ |
---|
10 | prevent it from getting in the way. You have only to move the \ |
---|
11 | mouse to restore the mouse cursor. |
---|
12 | |
---|
13 | platforms darwin |
---|
14 | |
---|
15 | homepage http://www.ibiblio.org/pub/X11/contrib/utilities/ |
---|
16 | master_sites http://www.ibiblio.org/pub/X11/contrib/utilities/ |
---|
17 | |
---|
18 | checksums md5 1fe32cab8dd765263679618f8704117f |
---|
19 | |
---|
20 | depends_lib lib:libX11:Xfree86 |
---|
21 | |
---|
22 | worksrcdir ${name} |
---|
23 | |
---|
24 | use_configure no |
---|
25 | |
---|
26 | build.env "CPPFLAGS='-I/usr/X11R6/include -I${prefix}/include' \ |
---|
27 | LDFLAGS='-L/usr/X11R6/lib' LIBS='-L${prefix}/lib' DYLD_LIBRARY_PATH='/usr/X11R6/lib:${prefix}/lib' \ |
---|
28 | LD_LIBRARY_PATH='/usr/X11R6/lib:${prefix}/lib' CFLAGS='-Os'" |
---|
29 | |
---|
30 | destroot.args BINDIR=${destroot}${prefix}/bin MANDIR=${destroot}${prefix}/share/man/man1 |
---|
31 | |
---|