freebsd-ports/x11/thingylaunch/Makefile
Pietro Cerutti e8e37481a3 - Update to 1.1.3
* Handle Ctrl-k (kill line)
2012-06-14 14:13:19 +00:00

29 lines
586 B
Makefile

# New ports collection makefile for: thingylaunch
# Date created: 1 October 2009
# Whom: gahr
#
# $FreeBSD$
#
PORTNAME= thingylaunch
PORTVERSION= 1.1.3
CATEGORIES= x11
MASTER_SITES= http://www.gahr.ch/${PORTNAME}/ \
${MASTER_SITE_LOCAL}/gahr/ \
http://people.freebsd.org/~gahr/distfiles/
MAINTAINER= gahr@FreeBSD.org
COMMENT= A lightweight tab-completing launcher for X
LICENSE= MIT
USE_XORG= x11 xproto
USE_GNOME= pkgconfig
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>