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:$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup cmake 1.0 |
---|
6 | |
---|
7 | name tint2 |
---|
8 | version 0.11 |
---|
9 | revision 0 |
---|
10 | categories x11 |
---|
11 | maintainers shifteleven.com:pope |
---|
12 | description a simple panel/taskbar |
---|
13 | long_description tint2is a simple panel/taksbar unintrusive and light \ |
---|
14 | (memory / cpu / aestetic). We try to get 'virtual \ |
---|
15 | desktop' and 'multi-monitor' easier to use. We \ |
---|
16 | follow freedesktop specifications. |
---|
17 | platforms darwin |
---|
18 | license GPLv2 |
---|
19 | homepage http://code.google.com/p/tint2/ |
---|
20 | master_sites http://tint2.googlecode.com/files/ |
---|
21 | use_bzip2 yes |
---|
22 | checksums md5 6fc5731e7425125fa84a2add5cef4bff \ |
---|
23 | sha1 9752255529673dabf13e7437afd1cd0b39d9c92b |
---|
24 | patchfiles patch-src-util-timer.c.diff |
---|
25 | depends_lib port:cairo \ |
---|
26 | port:pango \ |
---|
27 | port:glib2 \ |
---|
28 | port:imlib2 \ |
---|
29 | port:xorg-libXinerama \ |
---|
30 | port:xrender \ |
---|
31 | port:xorg-libXcomposite \ |
---|
32 | port:xorg-libXdamage \ |
---|
33 | port:xorg-libX11 \ |
---|
34 | port:xorg-libXrandr |
---|
35 | configure.pre_args-append \ |
---|
36 | -DSYSCONFDIR=${prefix}/etc |
---|