mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
00bda700bc
Approved by: portmgr (blanket infrastructure)
25 lines
417 B
Makefile
25 lines
417 B
Makefile
# 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>
|