2013-05-02 16:46:08 +02:00
|
|
|
# Created by: Timothy Beyer <beyert@cs.ucr.edu>
|
2011-10-13 00:35:26 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= joytran
|
2014-07-17 07:40:11 +02:00
|
|
|
PORTVERSION= 0.9.5.2
|
2011-10-13 00:35:26 +02:00
|
|
|
CATEGORIES= emulators
|
2014-07-17 07:40:11 +02:00
|
|
|
MASTER_SITES= http://sourceforge.net/projects/${PORTNAME}/files/
|
2011-10-13 00:35:26 +02:00
|
|
|
|
|
|
|
MAINTAINER= beyert@cs.ucr.edu
|
|
|
|
COMMENT= Joystick to keyboard/mouse events translator written in C
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|
|
|
|
2013-10-25 18:16:48 +02:00
|
|
|
USE_SDL= sdl2
|
2014-07-17 07:40:11 +02:00
|
|
|
USES= tar:bzip2 cmake pkgconfig
|
2012-03-30 19:48:02 +02:00
|
|
|
CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" -DPREFIX="${PREFIX}"
|
2013-05-02 16:46:08 +02:00
|
|
|
USE_XORG= x11 xtst
|
|
|
|
|
2013-11-23 11:53:02 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
2012-03-30 19:48:02 +02:00
|
|
|
|
2014-07-17 07:40:11 +02:00
|
|
|
post-install:
|
|
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
|
2011-10-13 00:35:26 +02:00
|
|
|
.include <bsd.port.mk>
|