a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name MultiTerm
version 0.13
categories aqua sysutils
platforms darwin
maintainers nomaintainer@macports.org
description MultiTerm is an extendible Terminal Emulation
long_description MultiTerm aims to become an extendible Terminal Emulation \
which provides a high quality user interface for everyday \
terminal work.
homepage http://www.13thfloor.at/${name}/
master_sites ${homepage}
distname ${name}-V${version}
checksums md5 a71d8733c133e1a7fdc92a3f8fb8d4bf
worksrcdir ${name}
use_configure no
pre-build {
system "cd ${worksrcpath} && touch gpl.txt gpl.html"
}
build.type pbx
build.target
destroot {
xinstall -m 755 -d ${destroot}/Applications/MacPorts/
file copy ${worksrcpath}/build/${name}.app \
${destroot}/Applications/MacPorts
}