Ticket #28869: Portfile

File Portfile, 994 bytes (added by james.r.haigh@…, 13 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
5
6name                gtk-osx-tiger
7version             0.1
8categories          gtk
9maintainers         gmail.com:james.r.haigh
10description         Imitation of Aqua theme from Mac OS X Tiger.
11homepage            http://gnome-look.org/content/show.php/OSX-Tiger+theme?content=56577
12platforms           darwin
13
14master_sites        http://gnome-look.org/CONTENT/content-files/
15distfiles           56577-gtk-osx-theme.tar.gz
16worksrcdir          OSX-theme
17
18checksums           md5 44e64082569351b7782658d8b358de79 \
19                    sha1 1fca810834e78ec3a78f91b3de6a96b32eb753ea \
20                    rmd160 367818153eac0b16cce0c03a8fccd2767504063d
21
22depends_lib         port:gtk2
23
24use_configure       no
25
26build               {}
27
28destroot            {
29                    file copy ${worksrcpath} ${destroot}${prefix}/share/themes
30}