a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 23053 2007-03-23 20:35:47Z pipping@macports.org $
PortSystem 1.0
name launch
version 1.0.1
categories aqua
maintainers nomaintainer@macports.org
description command-line launcher for Mac OS X in the spirit of open
long_description \
Apple provides a simple command-line launching program called open \
with Mac OS X. It offers few options - launching applications by name \
or by path, launching TextEdit, or opening a number of applications, \
documents, folders, or URLs. With the exception of special support for \
TextEdit (open -a), launch does all this and more.
homepage http://web.sabi.net/nriley/software/
platforms darwin
master_sites ${homepage}
checksums md5 0c9f963701cdbe3272e2634cc3693b0d
use_configure no
build.type pbx
build.args -buildstyle Deployment
build.target
destroot {
xinstall -m 775 ${worksrcpath}/build/launch ${destroot}${prefix}/bin
xinstall -m 664 ${worksrcpath}/launch.1 ${destroot}${prefix}/share/man/man1
}