View | Details | Raw Unified | Return to bug 191893
Collapse All | Expand All

(-)joytran/Makefile (-7 / +7 lines)
Lines 1-11 Link Here
1
# Created by: Timothy Beyer <beyert@cs.ucr.edu>
1
# Created by: Timothy Beyer <beyert@cs.ucr.edu>
2
# $FreeBSD: head/emulators/joytran/Makefile 338511 2014-01-03 00:46:47Z bapt $
2
# $FreeBSD$
3
3
4
PORTNAME=	joytran
4
PORTNAME=	joytran
5
PORTVERSION=	0.9.5.1
5
PORTVERSION=	0.9.5.2
6
CATEGORIES=	emulators
6
CATEGORIES=	emulators
7
MASTER_SITES=	BERLIOS GOOGLE_CODE
7
MASTER_SITES=	http://sourceforge.net/projects/${PORTNAME}/files/
8
MASTER_SITE_SUBDIR=	joytran
9
8
10
MAINTAINER=	beyert@cs.ucr.edu
9
MAINTAINER=	beyert@cs.ucr.edu
11
COMMENT=	Joystick to keyboard/mouse events translator written in C
10
COMMENT=	Joystick to keyboard/mouse events translator written in C
Lines 13-25 Link Here
13
LICENSE=	MIT
12
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/COPYRIGHT
13
LICENSE_FILE=	${WRKSRC}/COPYRIGHT
15
14
16
# This is needed to fetch from BerliOS
17
USE_BZIP2=	yes
18
USE_SDL=	sdl2
15
USE_SDL=	sdl2
19
USES=		cmake pkgconfig
16
USES=		tar:bzip2 cmake pkgconfig
20
CMAKE_ARGS=	-DLOCALBASE="${LOCALBASE}" -DPREFIX="${PREFIX}"
17
CMAKE_ARGS=	-DLOCALBASE="${LOCALBASE}" -DPREFIX="${PREFIX}"
21
USE_XORG=	x11 xtst
18
USE_XORG=	x11 xtst
22
19
23
OPTIONS_DEFINE=	DOCS
20
OPTIONS_DEFINE=	DOCS
24
21
22
post-install:
23
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
24
25
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)joytran/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (joytran-0.9.5.1.tar.bz2) = 553f3910874cf7471f883864de2699d2f6bfb14af369ebd64f125f9ee5016b68
1
SHA256 (joytran-0.9.5.2.tar.bz2) = 828b99181332f3ec08f4bd20ced01ca9128932178f0793237202520553a62c8f
2
SIZE (joytran-0.9.5.1.tar.bz2) = 47220
2
SIZE (joytran-0.9.5.2.tar.bz2) = 47220

Return to bug 191893