1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/x11/sxhkd/Makefile
Pawel Pekala 7e049a5e58 sxhkd is a simple X hotkey daemon with a powerful and compact
configuration syntax.

WWW: https://github.com/baskerville/sxhkd

PR:		196128
Submitted by:	Anton Tornqvist <antont@inbox.lv>
2014-12-20 13:17:13 +00:00

23 lines
384 B
Makefile

# Created by: Anton Törnqvist <antont@inbox.lv>
# $FreeBSD$
PORTNAME= sxhkd
PORTVERSION= 0.5.4
CATEGORIES= x11
MAINTAINER= antont@inbox.lv
COMMENT= Simple X hotkey daemon
LIB_DEPENDS= libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms
USE_GITHUB= yes
GH_ACCOUNT= baskerville
GH_COMMIT= eaf83e9
USES= gmake
PLIST_FILES= bin/sxhkd \
man/man1/sxhkd.1.gz
.include <bsd.port.mk>