1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/misc/kbdscan/Makefile
Eitan Adler 3e61d7e801 Remove now excess verbiage.
Reviewed by:	bapt
2013-07-16 21:59:48 +00:00

21 lines
362 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} ${PREFIX}/bin/
.include <bsd.port.mk>