aboutsummaryrefslogtreecommitdiff
path: root/emulators/linux-xjoypad/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Removed due to dependency on expired linux-js.Baptiste Daroussin2013-06-051-42/+0
| | | | | | | | | Consider using emulators/joytran from the same author. Approved by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) Notes: svn path=/head/; revision=319950
* - Remove USE_LINUXMartin Wilke2008-06-211-11/+6
| | | | | | | | | | | | | | | - Remove USE_X_PREFIX - Remove BUILD_DEPENDS - Fix USE_XORG - Fix LDFLAGS - Fix CATEGORIES PR: 124520 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: maintainer Notes: svn path=/head/; revision=215465
* New Port: emulators/xjoypadEdwin Groothuis2008-05-281-0/+47
xjoypad allows an USB joypad (probably a USB Joystick, too) to be used with games on linux (probably other unix-like operating systems too). This is done by mapping the joypad events to X keyboard events which are sent to the window currently having the focus. Therefore only keyboard-controlled games are currently supported by xjoypad. xjoypad was written to add joypad support to the playstation emulator epsxe. PR: ports/95990 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Notes: svn path=/head/; revision=213808