mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
21 lines
373 B
Makefile
21 lines
373 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|