# $Id: Portfile 29654 2007-10-04 14:00:33Z nox@macports.org $ PortSystem 1.0 name gtk2-murrine set my_name murrine version 0.53.1 categories x11 gtk platforms macosx maintainers nox description Murrine is a GTK2 engine long_description \ GTK2 engine to make your desktop look like a \"murrina\", an italian \ word meaning the art glass works done by Venicians glass blowers. homepage http://cimi.netsons.org/pages/murrine.php master_sites http://cimi.netsons.org/media/download_gallery/murrine/ distname ${my_name}-${version} use_bzip2 yes checksums md5 09f014584ae593b9795f3f6db26005d8 \ sha1 108e2fa43c152406ff0c7bcdaf484413fd7bd735 \ rmd160 dd7a507ee7ce323b88382cf42bab7f01881f9c39 depends_build port:pkgconfig depends_lib port:gtk2 configure.args --enable-animation post-destroot { set docdir ${prefix}/share/doc/${name}-${version} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING CREDITS ChangeLog NEWS \ ${destroot}${docdir} } livecheck.check regex livecheck.url http://cimi.netsons.org/pages/murrine/download.php livecheck.regex {Version (\d+(?:\.\d+)*)}