2017-07-28 20:41:44 +02:00
|
|
|
# Created by: Anton Tornqvist <antont@inbox.lv>
|
2014-12-20 14:17:13 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= sxhkd
|
2017-07-28 20:41:44 +02:00
|
|
|
PORTVERSION= 0.5.8
|
2014-12-20 14:17:13 +01:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
2016-11-02 11:21:47 +01:00
|
|
|
MAINTAINER= gor@clogic.com.ua
|
2014-12-20 14:17:13 +01:00
|
|
|
COMMENT= Simple X hotkey daemon
|
|
|
|
|
2015-03-30 11:28:08 +02:00
|
|
|
LICENSE= BSD2CLAUSE
|
2016-04-11 17:28:25 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2015-03-30 11:28:08 +02:00
|
|
|
|
2016-04-01 16:33:55 +02:00
|
|
|
LIB_DEPENDS= libxcb-keysyms.so:x11/xcb-util-keysyms
|
2014-12-20 14:17:13 +01:00
|
|
|
|
2017-07-28 20:41:44 +02:00
|
|
|
USES= gmake pkgconfig
|
|
|
|
|
|
|
|
USE_XORG= xcb
|
|
|
|
|
2014-12-20 14:17:13 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= baskerville
|
|
|
|
|
2016-04-18 16:07:36 +02:00
|
|
|
PORTEXAMPLES= *
|
2014-12-20 14:17:13 +01:00
|
|
|
PLIST_FILES= bin/sxhkd \
|
|
|
|
man/man1/sxhkd.1.gz
|
|
|
|
|
2016-04-18 16:07:36 +02:00
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
|
2014-12-20 14:17:13 +01:00
|
|
|
.include <bsd.port.mk>
|