freebsd-ports/games/libmanette/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

11 lines
524 B
Text

libmanette offers painless access to game controllers, from any
programming language and with little dependencies.
It supports the de-facto standard gamepad, as defined by the W3C
standard gamepad specification or as implemented by the SDL
GameController. Convertion of raw gamepad events into usable ones
is handled transparently using an embedded library of mappings in
the popular SDL mapping string format.
The API is inspired by the device and event handling of GDK, so
anybody used to GTK should feel right at home.