# -*- 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 py25-py2app-devel replaced_by py25-py2app version 0.4.4 revision 1 categories python devel license {MIT PSF} maintainers nomaintainer description converts python scripts into executable Mac OS X apps long_description \ A distutils extension which converts python scripts into executable \ Mac OS X applications, able to run without requiring an existing python \ installation. This is a replacement for bundlebuilder. platforms darwin homepage http://wiki.python.org/moin/MacPython/py2app distfiles pre-configure { ui_error "${name} has been replaced by ${replaced_by}. Please install ${replaced_by} instead." return -code error "obsolete port" } livecheck.type none