mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 03:21:17 +02:00
19 lines
426 B
Makefile
19 lines
426 B
Makefile
# $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
|
|
|
|
USES= tar:bzip2
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|