freebsd-ports/x11/sxhkd/Makefile
Jan Beich 65df9b5dde x11/sxhkd: update to 0.5.7
- Pass maintainership to the submitter

Changes:	https://github.com/baskerville/sxhkd/compare/0.5.6...0.5.7
PR:		213946
Submitted by:	Oleg Gushchenkov <gor@clogic.com.ua>
2016-11-02 10:21:47 +00:00

27 lines
460 B
Makefile

# Created by: Anton Törnqvist <antont@inbox.lv>
# $FreeBSD$
PORTNAME= sxhkd
PORTVERSION= 0.5.7
CATEGORIES= x11
MAINTAINER= gor@clogic.com.ua
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>