summaryrefslogtreecommitdiff
path: root/x11/sxhkd/Makefile
blob: e7110364a50e80d92a0a7c356e16269608386099 (plain) (blame)
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=	ports@FreeBSD.org
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>