# -*- 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 # $Id: $ PortSystem 1.0 name gtk-mac-bundler conflicts ige-mac-bundler version 0.6.1 set branch [join [lrange [split ${version} .] 0 1] .] license GPL-2 categories devel platforms darwin maintainers nomaintainer supported_archs noarch description Mac OS X application bundle utility long_description A utility that aids in the creation of Mac OS X \ application bundles homepage https://live.gnome.org/GTK+/OSX/Bundling master_sites gnome:sources/${name}/${branch}/ use_xz yes checksums sha1 561d801a8b4717c4d380b7aadda43514c299787c \ rmd160 cfa13ad74c4ebee84371573d74dccaf0bc6ccd87 patchfiles patch-bundler-bundler.py.diff \ patch-bundler-run-install-name-tool-change.sh.diff use_configure no build {} destroot { xinstall -m 755 -d ${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 copy ${worksrcpath}/bundler ${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ exec make -C ${worksrcpath} bindir=${destroot}${prefix}/bin install } livecheck.type regex livecheck.url ftp://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}