a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20498 2006-11-03 15:51:17Z blair@macports.org $
PortSystem 1.0
name keylaunch
version 1.3.0
description KeyLaunch is a small utility for binding commands to a hot key.
long_description ${description}
homepage http://www.oroborus.org/
maintainers nomaintainer@macports.org
categories x11-wm x11
platforms darwin
distname ${name}_${version}-6
master_sites http://www.oroborus.org/debian/dists/sid/main/source/x11/
checksums md5 5a820e35f60769c656be3139495bb469
depends_lib lib:libX11.6:XFree86 lib:libXext.6:XFree86
patchfiles patch-Makefile
worksrcdir ${name}-${version}
destroot.destdir DESTDIR=${destroot}${prefix}
configure { system "install -o root -m 755 -d ${destroot}${prefix}/share/${name}" }