1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/misc/kbdscan/Makefile
Eitan Adler ed59156ea9 Clean up my ports (and a couple of ports@ owned ones):
- Fix COMMENT
- Add MAKE_JOBS_SAFE where appropriate
- Change ordering of LICENSE lines
- Fix new header format
- Etc.

Reviewed by:	drogoh (on irc)
2013-03-08 20:23:38 +00:00

27 lines
554 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= ISC
LICENSE_GROUPS= FSF GPL OSI
LICENSE_NAME= ISC License - ISCL
LICENSE_FILE= ${FILESDIR}/LICENSE-kbdscan
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USE_BZIP2= yes
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
.include <bsd.port.mk>