mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
30a75850c8
- Take maintainership
21 lines
376 B
Makefile
21 lines
376 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|