1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/x11/thingylaunch/Makefile
Vanilla I. Shu 00bda700bc Support stagedir.
Approved by:	portmgr (blanket infrastructure)
2014-01-11 10:03:45 +00:00

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>