Ticket #28869: Portfile.3

File Portfile.3, 1016 bytes (added by james.r.haigh@…, 13 years ago)

I'd prefer to remove 'gmail.com:' in case spam crawlers get cleverer. My email address is available to logged-in MacPorts users.

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          aqua gtk
9maintainers         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
13supported_archs     noarch
14
15master_sites        http://gnome-look.org/CONTENT/content-files/
16distfiles           56577-gtk-osx-theme.tar.gz
17worksrcdir          OSX-theme
18
19checksums           md5 44e64082569351b7782658d8b358de79 \
20                    sha1 1fca810834e78ec3a78f91b3de6a96b32eb753ea \
21                    rmd160 367818153eac0b16cce0c03a8fccd2767504063d
22
23depends_lib         port:gtk2
24
25use_configure       no
26
27build               {}
28
29destroot            {
30                    file copy ${worksrcpath} ${destroot}${prefix}/share/themes
31}