# $Id: Portfile,v 1.4 2005/05/09 18:40:17 jmpp Exp $ 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 darwinports@opendarwin.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}" }