1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00
Pawel Pekala 2891528f08 Update to version 0.5.5
PR:		198627
Submitted by:	Anton Tornqvist <antont@inbox.lv> (maintainer)
2015-03-16 22:34:37 +00:00

23 lines
384 B
Makefile

# Created by: Anton Törnqvist <antont@inbox.lv>
# $FreeBSD$
PORTNAME= sxhkd
PORTVERSION= 0.5.5
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= 7e895ad
USES= gmake
PLIST_FILES= bin/sxhkd \
man/man1/sxhkd.1.gz
.include <bsd.port.mk>