freebsd-ports/x11/thingylaunch/Makefile
Pietro Cerutti 81a0947f12 - Update to 1.1.5
* Add COPYRIGHT file
  * Update COPYRIGHT years to include 2013
  * Remove debug printf and puts
  * Fixup indentation
  * Switch build system to CMake
  * Import into GitHub.com
2013-05-17 19:28:04 +00:00

25 lines
437 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
MAKE_JOBS_SAFE= yes
USE_GITHUB= yes
GH_ACCOUNT= gahr
GH_TAGNAME= ${PORTVERSION}
GH_COMMIT= 8acab93
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>