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

(-)emulators/joytran/Makefile (-5 / +18 lines)
Lines 4-15 Link Here
4
#
4
#
5
# $FreeBSD: ports/emulators/joytran/Makefile,v 1.3 2012/02/18 10:17:29 mva Exp $
5
# $FreeBSD: ports/emulators/joytran/Makefile,v 1.3 2012/02/18 10:17:29 mva Exp $
6
#
6
#
7
7
8
PORTNAME=	joytran
8
PORTNAME=	joytran
9
PORTVERSION=	0.8.2
9
PORTVERSION=	0.8.7
10
PORTREVISION=	1
11
CATEGORIES=	emulators
10
CATEGORIES=	emulators
12
MASTER_SITES=	BERLIOS GOOGLE_CODE
11
MASTER_SITES=	BERLIOS GOOGLE_CODE
13
MASTER_SITE_SUBDIR=	joytran
12
MASTER_SITE_SUBDIR=	joytran
14
13
15
MAINTAINER=	beyert@cs.ucr.edu
14
MAINTAINER=	beyert@cs.ucr.edu
Lines 16-29 Link Here
16
COMMENT=	Joystick to keyboard/mouse events translator written in C
15
COMMENT=	Joystick to keyboard/mouse events translator written in C
17
16
18
LICENSE=	MIT
17
LICENSE=	MIT
19
LICENSE_FILE=	${WRKSRC}/COPYRIGHT
18
LICENSE_FILE=	${WRKSRC}/COPYRIGHT
20
19
20
# This is needed to fetch from BerliOS
21
FETCH_ARGS= "-Fpr"
21
USE_BZIP2=	yes
22
USE_BZIP2=	yes
22
USE_CMAKE=	yes
23
USE_CMAKE=	yes
23
CMAKE_ARGS=	-DLOCALBASE="${LOCALBASE}"
24
CMAKE_ARGS=	-DLOCALBASE="${LOCALBASE}" -DPREFIX="${PREFIX}"
25
26
.if !defined(NOPORTDOCS)
27
CMAKE_ARGS+=	-DINSTALL_DOCUMENTATION:BOOL=ON
28
.else
29
CMAKE_ARGS+=	-DINSTALL_DOCUMENTATION:BOOL=OFF
30
.endif
31
24
USE_SDL=	sdl
32
USE_SDL=	sdl
25
USE_XORG=	x11 xtst
33
USE_XORG=	x11 xtst
26
34
27
PLIST_FILES=	bin/joytran
35
.include <bsd.port.pre.mk>
36
37
.if ${OSVERSION} < 900000
38
CC=	clang
39
BUILD_DEPENDS+=	${LOCALBASE}/bin/clang:${PORTSDIR}/lang/clang
40
.endif
28
41
29
.include <bsd.port.mk>
42
.include <bsd.port.post.mk>
(-)emulators/joytran/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (joytran-0.8.2.tar.bz2) = ab0dd4950307434a9fd0dc273c610c4aa316a5b739f3759c08bfe16e85e3e131
1
SHA256 (joytran-0.8.7.tar.bz2) = a1d8d0349c6145b7c50f3dd4814248801d0dfe827923ba702be03ce29caa42cc
2
SIZE (joytran-0.8.2.tar.bz2) = 40351
2
SIZE (joytran-0.8.7.tar.bz2) = 42949
(-)emulators/joytran/pkg-plist (+18 lines)
Line 0 Link Here
1
bin/joytran
2
share/joytran/profiles/Ever_17
3
share/joytran/profiles/Ever_17-reverse
4
share/joytran/profiles/GundeadliGne
5
share/joytran/profiles/Gundemonium_Recollection
6
share/joytran/profiles/Last_Remnant
7
share/joytran/profiles/Mass_Effect
8
share/joytran/profiles/Perfect_Cherry_Blossom
9
share/joytran/profiles/Scarlet_Meister
10
share/joytran/profiles/Steins_Gate
11
share/joytran/profiles/Trouble_Witches
12
share/joytran/profiles/default
13
share/joytran/profiles/default-one_player
14
%%PORTDOCS%%%%DOCSDIR%%/0203121918-diagram.jpg
15
%%PORTDOCS%%%%DOCSDIR%%/manual.htm
16
@dirrmtry share/joytran/profiles
17
@dirrmtry share/joytran
18
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 166487