aboutsummaryrefslogtreecommitdiffstats
path: root/x11/thingylaunch/Makefile
blob: 8e64bbe37b5a95e50d060f92e7a336b128444e33 (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
# 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>