freebsd-ports/x11/thingylaunch/Makefile
Pietro Cerutti 2aa8f63284 - Update to 1.10
* added history support
  * use pkg-config to locate libX11
2009-10-09 20:07:45 +00:00

27 lines
569 B
Makefile

# New ports collection makefile for: thingylaunch
# Date created: 1 October 2009
# Whom: gahr
#
# $FreeBSD$
#
PORTNAME= thingylaunch
PORTVERSION= 1.1.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}/gahr/ \
http://people.freebsd.org/~gahr/distfiles/ \
http://www.gahr.ch/${PORTNAME}/
MAINTAINER= gahr@FreeBSD.org
COMMENT= A lightweight tab-completing launcher for X
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>