Ticket #26717: Portfile

File Portfile, 1.6 KB (added by pope (K. Adam Christensen), 14 years ago)
Line 
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
4PortSystem              1.0
5PortGroup               cmake 1.0
6
7name                    tint2
8version                 0.11
9revision                0
10categories              x11
11maintainers             shifteleven.com:pope
12description             a simple panel/taskbar
13long_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.
17platforms               darwin
18license                 GPLv2
19homepage                http://code.google.com/p/tint2/
20master_sites            http://tint2.googlecode.com/files/
21use_bzip2               yes
22checksums               md5     6fc5731e7425125fa84a2add5cef4bff \
23                        sha1    9752255529673dabf13e7437afd1cd0b39d9c92b
24patchfiles              patch-src-util-timer.c.diff
25depends_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
35configure.pre_args-append \
36                        -DSYSCONFDIR=${prefix}/etc