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

(-)jaggedalliance2/Makefile (-1 / +5 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	ja2
8
PORTNAME=	ja2
9
PORTVERSION=	0.12
9
PORTVERSION=	0.12
10
PORTREVISION=	1
10
CATEGORIES=	games
11
CATEGORIES=	games
11
MASTER_SITES=	http://deponie.yamagi.org/freebsd/distfiles/ \
12
MASTER_SITES=	http://deponie.yamagi.org/freebsd/distfiles/ \
12
		http://tron.homeunix.org/ja2/
13
		http://tron.homeunix.org/ja2/
Lines 34-40 OPTIONS= DUTCH "Compile for Dutch versio Link Here
34
		GERMAN	"Compile for German version (choose ONE)"	Off \
35
		GERMAN	"Compile for German version (choose ONE)"	Off \
35
		ITALIAN	"Compile for Italian version (choose ONE)"	Off \
36
		ITALIAN	"Compile for Italian version (choose ONE)"	Off \
36
		POLISH	"Compile for Polish version (choose ONE)"	Off \
37
		POLISH	"Compile for Polish version (choose ONE)"	Off \
37
		RUSSIAN	"Compile for Russian version (choose ONE)"	Off
38
		RUSSIAN	"Compile for Russian version (choose ONE)"	Off \
39
		RUSSIAN_GOLD "Compile for Russian Gold version (choose ONE)"	Off
38
40
39
.include <bsd.port.pre.mk>
41
.include <bsd.port.pre.mk>
40
42
Lines 52-57 MAKE_ARGS+= LNG=ITALIAN Link Here
52
MAKE_ARGS+=	LNG=POLISH
54
MAKE_ARGS+=	LNG=POLISH
53
.elifdef WITH_RUSSIAN
55
.elifdef WITH_RUSSIAN
54
MAKE_ARGS+=	LNG=RUSSIAN
56
MAKE_ARGS+=	LNG=RUSSIAN
57
.elifdef WITH_RUSSIAN_GOLD
58
MAKE_ARGS+=	LNG=RUSSIAN_GOLD
55
.else
59
.else
56
IGNORE=	no language has been chosen. Please choose the appropriate language for your game CD
60
IGNORE=	no language has been chosen. Please choose the appropriate language for your game CD
57
.endif
61
.endif

Return to bug 143421