# $FreeBSD: head/misc/kbdscan/Makefile 365424 2014-08-19 19:51:31Z sunpoet $

PORTNAME=	kbdscan
PORTVERSION=	20110507
CATEGORIES=	misc
MASTER_SITES=	http://hack.org/mc/hacks/${PORTNAME}/

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>