(Only the first 10 of 19 ports in this commit are shown above. )
Replace all INSTALL_DATA/INSTALL_SCRIPT and INSTALL_PROGRAM/STRIP=
hacks to install kernel loadable modules correctly on amd64 platforms
with the new INSTALL_KLD command.
All PORTREVISIONS have been bumped to show when the new version of
installing became available.
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>