# New ports collection makefile for:	joytran
# Date created:			30 Jul 2011
# Whom:				Timothy Beyer <beyert@cs.ucr.edu>
#
# $FreeBSD: ports/emulators/joytran/Makefile,v 1.3 2012/02/18 10:17:29 mva Exp $
#

PORTNAME=	joytran
PORTVERSION=	0.8.2
PORTREVISION=	1
CATEGORIES=	emulators
MASTER_SITES=	BERLIOS GOOGLE_CODE
MASTER_SITE_SUBDIR=	joytran

MAINTAINER=	beyert@cs.ucr.edu
COMMENT=	Joystick to keyboard/mouse events translator written in C

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYRIGHT

USE_BZIP2=	yes
USE_CMAKE=	yes
CMAKE_ARGS=	-DLOCALBASE="${LOCALBASE}"
USE_SDL=	sdl
USE_XORG=	x11 xtst

PLIST_FILES=	bin/joytran

.include <bsd.port.mk>
