1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/misc/kbdscan/Makefile
2013-09-26 04:03:59 +00:00

21 lines
373 B
Makefile

# $FreeBSD$
PORTNAME= kbdscan
PORTVERSION= 20110507
CATEGORIES= misc
MASTER_SITES= http://hack.org/mc/hacks/${PORTNAME}/
MAINTAINER= eadler@FreeBSD.org
COMMENT= Kbdscan shows the scancodes of keys pressed
LICENSE= ISCL
USE_BZIP2= yes
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>