mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
snespp is a kernel module for Super NES/Famicon controllers interfaced via a
parallel port. It appears as a keyboard: buttons on the controllers send key strokes to the operating system. snespp works under both the system console and X windows, using the microseq interface to reduce overhead. WWW: http://www.cse.unsw.edu.au/~tbourke/software/snespp.html PR: ports/111721 Submitted by: Timothy Bourke <timbob at bigpond.com>
This commit is contained in:
parent
fd3a00a156
commit
b980b3e3a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190226
@ -121,6 +121,7 @@
|
||||
SUBDIR += skyeye
|
||||
SUBDIR += snes9express
|
||||
SUBDIR += snes9x
|
||||
SUBDIR += snespp
|
||||
SUBDIR += spim
|
||||
SUBDIR += stella
|
||||
SUBDIR += stonx
|
||||
|
35
emulators/snespp/Makefile
Normal file
35
emulators/snespp/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# Ports collection makefile for: snespp
|
||||
# Date created: 16 April 2007
|
||||
# Whom: Timothy Bourke <timbob@bigpond.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= snespp
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://www.cse.unsw.edu.au/~tbourke/software/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= timbob@bigpond.com
|
||||
COMMENT= Kernel module for SNES controllers on a parallel port
|
||||
|
||||
KMODDIR= /boot/modules
|
||||
|
||||
NO_PACKAGE= this port should be recompiled for a particular FreeBSD kernel
|
||||
PLIST_SUB= KMODDIR="${KMODDIR}"
|
||||
|
||||
MAN4= snespp.4
|
||||
MANCOMPRESSED= no
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 600000
|
||||
IGNORE= versions of FreeBSD before 6.0 are not supported
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@${INSTALL_MAN} ${WRKSRC}/snespp.4 ${PREFIX}/man/man4
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/snespp.ko ${KMODDIR}
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
emulators/snespp/distinfo
Normal file
3
emulators/snespp/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (snespp-1.0.tar.gz) = 15b7ad6c38a9b8b9168d5bb5de979d93
|
||||
SHA256 (snespp-1.0.tar.gz) = 6fa2402c3ad1b8fb677ecd61e003d3850263f405c57fb4aa503f5a0a2ea6dfcc
|
||||
SIZE (snespp-1.0.tar.gz) = 10203
|
6
emulators/snespp/pkg-descr
Normal file
6
emulators/snespp/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
snespp is a kernel module for Super NES/Famicon controllers interfaced via a
|
||||
parallel port. It appears as a keyboard: buttons on the controllers send key
|
||||
strokes to the operating system. snespp works under both the system console
|
||||
and X windows, using the microseq interface to reduce overhead.
|
||||
|
||||
WWW: http://www.cse.unsw.edu.au/~tbourke/software/snespp.html
|
2
emulators/snespp/pkg-plist
Normal file
2
emulators/snespp/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
@cwd /
|
||||
%%KMODDIR%%/snespp.ko
|
Loading…
Reference in New Issue
Block a user