1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 82553 2011-08-15 19:22:39Z jmr@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name gtk2-murrine |
---|
7 | set my_name murrine |
---|
8 | version 0.98.2 |
---|
9 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
10 | categories gnome x11 gtk |
---|
11 | platforms macosx |
---|
12 | maintainers nomaintainer |
---|
13 | description Murrine is a GTK2 engine |
---|
14 | |
---|
15 | long_description \ |
---|
16 | GTK2 engine to make your desktop look like a \"murrina\", an italian \ |
---|
17 | word meaning the art glass works done by Venicians glass blowers. |
---|
18 | |
---|
19 | homepage http://www.cimitan.com/murrine/ |
---|
20 | master_sites gnome:sources/${my_name}/${branch}/ |
---|
21 | distname ${my_name}-${version} |
---|
22 | use_xz yes |
---|
23 | |
---|
24 | checksums md5 bf01e0097b5f1e164dbcf807f4b9745e |
---|
25 | |
---|
26 | depends_build \ |
---|
27 | port:intltool \ |
---|
28 | port:pkgconfig |
---|
29 | |
---|
30 | depends_lib \ |
---|
31 | port:gtk2 \ |
---|
32 | port:gettext |
---|
33 | |
---|
34 | configure.args --enable-animation |
---|
35 | |
---|
36 | post-destroot { |
---|
37 | set docdir ${prefix}/share/doc/${name}-${version} |
---|
38 | xinstall -d ${destroot}${docdir} |
---|
39 | xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS \ |
---|
40 | ${destroot}${docdir} |
---|
41 | } |
---|
42 | |
---|
43 | livecheck.type regex |
---|
44 | livecheck.url http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/ |
---|
45 | livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)} |
---|