# $Id: Portfile 45603 2009-01-18 20:52:41Z jeremyhu@macports.org $

PortSystem 1.0
name	 	keylaunch	
version	       	1.3.6
revision        1
description	KeyLaunch is a small utility for binding commands to a hot key.	
long_description	${description}
homepage	http://www.oroborus.org/
maintainers	nomaintainer	
categories	x11 x11-wm
platforms	darwin 
master_sites    http://debian.cs.binghamton.edu/debian/pool/main/k/keylaunch
distname	${name}_${version}
worksrcdir	${name}-${version}

checksums           md5     5401ec58a5df2e9bbfde2c7d45b0e2ce \
                    sha1    fb4e4b90098ebfe41e53640e9811d9337cc27819 \
                    rmd160  fb3597e14566628c8cb54c9c52969ff0c5e002ca

depends_build \
	port:pkgconfig

depends_lib \
	port:xorg-libX11

configure.args-append INSTALL=${prefix}/bin/ginstall

