aboutsummaryrefslogtreecommitdiff
path: root/misc/kbdscan/Makefile
blob: 026684e050aea8e2aa9c49b83dd220c2f6260706 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

PORTNAME=	kbdscan
PORTVERSION=	20110507
CATEGORIES=	misc
MASTER_SITES=	https://hack.org/mc/hacks/kbdscan/

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Show scancodes of keys pressed and released

LICENSE=	ISCL

USES=		tar:bzip2

PLIST_FILES=	bin/${PORTNAME}

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

.include <bsd.port.mk>