freebsd-ports/x11/sxhkd/Makefile
Mathieu Arnold be3ed12f1c Update to 0.5.6.
PR:		208871
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-18 14:07:36 +00:00

28 lines
460 B
Makefile

# Created by: Anton Törnqvist <antont@inbox.lv>
# $FreeBSD$
PORTNAME= sxhkd
PORTVERSION= 0.5.6
CATEGORIES= x11
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple X hotkey daemon
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libxcb-keysyms.so:x11/xcb-util-keysyms
USE_GITHUB= yes
GH_ACCOUNT= baskerville
USES= gmake pkgconfig
PORTEXAMPLES= *
PLIST_FILES= bin/sxhkd \
man/man1/sxhkd.1.gz
OPTIONS_DEFINE= EXAMPLES
.include <bsd.port.mk>