aboutsummaryrefslogtreecommitdiffstats
path: root/x11/thinglaunch/Makefile
blob: e19513fe9e475a4d023448ffa30fefadcd3233c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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/ \
        http://energy.critical.ch/distfiles/

MAINTAINER= ehaupt@FreeBSD.org
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>