blob: e067762e289b6ff1bb55701e82501e180562431c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Anton Törnqvist <antont@inbox.lv>
# $FreeBSD$
PORTNAME= sxhkd
PORTVERSION= 0.5.5
PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= antont@inbox.lv
COMMENT= Simple X hotkey daemon
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms
USE_GITHUB= yes
GH_ACCOUNT= baskerville
USES= gmake
PLIST_FILES= bin/sxhkd \
man/man1/sxhkd.1.gz
.include <bsd.port.mk>
|