aboutsummaryrefslogtreecommitdiffstats
path: root/x11/thingylaunch/Makefile
blob: 559fa0c88a9d4ec03e61a9f1736cff03e27e67c5 (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
# Created by: Pietro Cerutti <gahr@FreeBSD.org>
# $FreeBSD$

PORTNAME=   thingylaunch
PORTVERSION=    1.1.5
CATEGORIES= x11

MAINTAINER= gahr@FreeBSD.org
COMMENT=    Lightweight tab-completing launcher for X

LICENSE=    MIT BSD
LICENSE_COMB=   multi

USE_XORG=   x11 xproto
USES=       cmake:outsource

USE_GITHUB= yes
GH_ACCOUNT= gahr
GH_TAGNAME= ${PORTVERSION}
GH_COMMIT=  8acab93

PLIST_FILES=    bin/${PORTNAME}

.include <bsd.port.mk>