Ticket #29434: Portfile.2

File Portfile.2, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago)

Ryan's revised portfile proposal

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-quartz-engine
7version             0.2
8categories          gnome aqua
9platforms           darwin
10maintainers         gmail.com:tael67 openmaintainer
11#supported_archs     i386 ppc
12
13description         Native Mac OS X theme for GTK+
14
15long_description    Carbon-based theme engine for 32-bit Quartz
16
17homepage            http://git.gnome.org/browse/gtk-quartz-engine
18master_sites        https://github.com/jralls/gtk-quartz-engine/tarball/
19
20checksums           sha1    b56477d6fe87339baee748cbe5d69fbc4a20d54d \
21                    rmd160  f2ae0bccf168a8281c82933d77fe96958603a102
22
23depends_build       port:pkgconfig \
24                    port:automake \
25                    port:libtool
26
27depends_lib         port:gtk2
28
29distfiles           v${version}
30worksrcdir          jralls-gtk-quartz-engine-c1fc6b6
31
32patchfiles          patch-autogen.sh.diff
33
34pre-configure {
35    exec ${worksrcpath}/autogen.sh
36}
37
38#post-install {
39#    copy -force ${worksrcpath}/theme/gtkrc ~/.gtkrc-2.0
40#}
41notes "
42To use ${name}, copy /path/to/gtkrc to ~/.gtkrc-2.0
43"