1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/x11/thinglaunch/Makefile
Emanuel Haupt 1b4c81746a - libgen.h needs to be included on amd64
- bump PORTREVISION
2008-07-02 12:54:52 +00:00

32 lines
625 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
PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A very fast launcher program for X
USE_XORG= x11
CPPFLAGS= -I${LOCALBASE}/include -lX11
LDFLAGS= -L${LOCALBASE}/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>