freebsd-ports/x11/thinglaunch/Makefile
Jean-Yves Lefort 64ad2aa62b Add thinglaunch.
Thinglaunch is a very fast launcher program for X.

You can bind it to a key in your favorite window manager, and when you want to
start a program, just type its name. thinglaunch has a tiny footprint and
depends only on Xlib.

WWW: http://unix.freshmeat.net/projects/thinglaunch/

PR:		ports/83904
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-07-25 15:35:52 +00:00

30 lines
630 B
Makefile

# New ports collection makefile for: thinglaunch
# Date created: 22 Jul 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= thinglaunch
PORTVERSION= 1.03
CATEGORIES= x11
MASTER_SITES= http://critical.ch/distfiles/
MAINTAINER= ehaupt@critical.ch
COMMENT= A very fast launcher program for X
USE_X_PREFIX= yes
CPPFLAGS= -I${X11BASE}/include -lX11
LDFLAGS= -L${X11BASE}/lib
PLIST_FILES= bin/thinglaunch
do-build:
${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} ${WRKSRC}/${PORTNAME}.c \
-o ${WRKSRC}/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>