aboutsummaryrefslogblamecommitdiff
path: root/misc/kbdscan/Makefile
blob: 5cd6bb550843c6a1daa81722e179223d96016ad6 (plain) (tree)
1
2
3
4
5
6
7
8
9
                       
                        
                    
                                                  
 

                                                           
 
                    
 
                         
 


                               
                                                                          

                      
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>