aboutsummaryrefslogtreecommitdiff
path: root/x11/showkeys/Makefile
blob: d1d938237fcc97300dc108747b1f5eee0f084834 (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
25
26
PORTNAME=	showkeys
DISTVERSION=	g20191004
CATEGORIES=	x11

MAINTAINER=	0mp@FreeBSD.org
COMMENT=	Display keystrokes during screencasts or presentations

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libxosd.so:misc/xosd

USES=		localbase xorg
USE_GITHUB=	yes
GH_ACCOUNT=	nibrahim
GH_TAGNAME=	187d59c
USE_XORG=	x11 xext xinerama xtst

ALL_TARGET=	${PORTNAME}

PLIST_FILES=	bin/${PORTNAME}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/

.include <bsd.port.mk>