freebsd-ports/emulators/joytran/Makefile
Kurt Jaeger 08df28733e emulators/joytran: 0.9.5.1 -> 0.9.5.2
- stripped binary
- USES update

PR:		191893
Submitted by:	beyert@cs.ucr.edu (maintainer)
2014-07-17 05:40:11 +00:00

25 lines
573 B
Makefile

# Created by: Timothy Beyer <beyert@cs.ucr.edu>
# $FreeBSD$
PORTNAME= joytran
PORTVERSION= 0.9.5.2
CATEGORIES= emulators
MASTER_SITES= http://sourceforge.net/projects/${PORTNAME}/files/
MAINTAINER= beyert@cs.ucr.edu
COMMENT= Joystick to keyboard/mouse events translator written in C
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
USE_SDL= sdl2
USES= tar:bzip2 cmake pkgconfig
CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" -DPREFIX="${PREFIX}"
USE_XORG= x11 xtst
OPTIONS_DEFINE= DOCS
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>