Explain how to use joysticks.

This commit is contained in:
Jean-Yves Lefort 2006-02-05 03:42:34 +00:00
parent f52cd3aa81
commit ce8e29cfa9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155240
2 changed files with 9 additions and 0 deletions

View file

@ -161,4 +161,7 @@ do-install:
cd ${WRKSRC} && ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${XDIR}/{}" \;
cd ${WRKSRC}/.programs && ${FIND} * -type f -exec ${INSTALL_PROGRAM} "{}" "${XDIR}/{}" \;
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>

View file

@ -0,0 +1,6 @@
===============================================================================
If you want to use your analog joystick(s) with X-Plane, install the
devel/linux-js port.
===============================================================================