5e1687fb17
PR: misc/156875 Submitted by: eadler
31 lines
684 B
Makefile
31 lines
684 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: kbdscan
|
|
# Date created: April 23, 2010
|
|
# Whom: Eitan Adler
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kbdscan
|
|
PORTVERSION= 20110507
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://hack.org/mc/hacks/${PORTNAME}/
|
|
|
|
MAINTAINER= ports@eitanadler.com
|
|
COMMENT= Kbdscan shows the scancodes of keys pressed
|
|
|
|
USE_BZIP2= yes
|
|
|
|
LICENSE= ISC
|
|
LICENSE_NAME= ISC License - ISCL
|
|
LICENSE_GROUPS= FSF GPL OSI
|
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
# cut and paste the text from kbdscan.c
|
|
LICENSE_FILE= ${FILESDIR}/LICENSE-kbdscan
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|