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