Ticket #10795: Portfile

File Portfile, 936 bytes (added by tristan@…, 18 years ago)

Portfile

Line 
1# $Id: $
2
3PortSystem                      1.0
4name                            unclutter
5version                         8
6categories                      x11
7description                     hides the cursor in X after a period of inactivity
8long_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
13platforms                       darwin
14
15homepage                        http://www.ibiblio.org/pub/X11/contrib/utilities/
16master_sites            http://www.ibiblio.org/pub/X11/contrib/utilities/
17
18checksums                       md5 1fe32cab8dd765263679618f8704117f
19
20depends_lib                     lib:libX11:Xfree86
21
22worksrcdir                      ${name}
23
24use_configure           no
25
26build.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
30destroot.args           BINDIR=${destroot}${prefix}/bin MANDIR=${destroot}${prefix}/share/man/man1
31