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

(-)./Makefile (-9 / +9 lines)
Lines 1-12 Link Here
1
# New ports collection makefile for: Jagged Alliance 2
1
# New ports collection makefile for: Jagged Alliance 2
2
# Date created:         xx Nov 2006
2
# Date created:         16 Nov 2006
3
# Whom:                 Christoph Mallon <christoph.mallon@gmx.de>
3
# Whom:                 Christoph Mallon <christoph.mallon@gmx.de>
4
#
4
#
5
# $FreeBSD: ports/games/jaggedalliance2/Makefile,v 1.1 2006/12/05 17:15:10 shaun Exp $
5
# $FreeBSD: ports/games/jaggedalliance2/Makefile,v 1.1 2006/12/05 17:15:10 shaun Exp $
6
#
6
#
7
7
8
PORTNAME=	ja2
8
PORTNAME=	ja2
9
PORTVERSION=	0.1
9
PORTVERSION=	0.2
10
CATEGORIES=	games
10
CATEGORIES=	games
11
MASTER_SITES=	\
11
MASTER_SITES=	\
12
	http://deponie.yamagi.org/freebsd/distfiles/ \
12
	http://deponie.yamagi.org/freebsd/distfiles/ \
Lines 31-37 Link Here
31
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
31
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
32
32
33
OPTIONS=	DUTCH	"Compile for dutch version"	Off \
33
OPTIONS=	DUTCH	"Compile for dutch version"	Off \
34
		ENGLISH	"Compile for english version"	On  \
34
		ENGLISH	"Compile for english version"	Off \
35
		FRENCH	"Compile for french version"	Off \
35
		FRENCH	"Compile for french version"	Off \
36
		GERMAN	"Compile for german version"	Off \
36
		GERMAN	"Compile for german version"	Off \
37
		ITALIAN	"Compile for italian version"	Off \
37
		ITALIAN	"Compile for italian version"	Off \
Lines 40-56 Link Here
40
.include <bsd.port.pre.mk>
40
.include <bsd.port.pre.mk>
41
41
42
.ifndef WITHOUT_ENGLISH
42
.ifndef WITHOUT_ENGLISH
43
MAKE_ARGS+=	ENGLISH=yes
43
MAKE_ARGS+=	LNG=ENGLISH
44
.elifdef WITH_DUTCH
44
.elifdef WITH_DUTCH
45
MAKE_ARGS+=	DUTCH=yes
45
MAKE_ARGS+=	LNG=DUTCH
46
.elifdef WITH_FRENCH
46
.elifdef WITH_FRENCH
47
MAKE_ARGS+=	FRENCH=yes
47
MAKE_ARGS+=	LNG=FRENCH
48
.elifdef WITH_GERMAN
48
.elifdef WITH_GERMAN
49
MAKE_ARGS+=	GERMAN=yes
49
MAKE_ARGS+=	LNG=GERMAN
50
.elifdef WITH_ITALIAN
50
.elifdef WITH_ITALIAN
51
MAKE_ARGS+=	ITALIAN=yes
51
MAKE_ARGS+=	LNG=ITALIAN
52
.elifdef WITH_POLISH
52
.elifdef WITH_POLISH
53
MAKE_ARGS+=	POLISH=yes
53
MAKE_ARGS+=	LNG=POLISH
54
.else
54
.else
55
IGNORE=	no language has been chosen. Please choose the appropriate language for your game CD
55
IGNORE=	no language has been chosen. Please choose the appropriate language for your game CD
56
.endif
56
.endif
(-)./distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ja2-0.1-source.tar.bz2) = ae34e02ee5e8ce59b64247ba83df581b
1
MD5 (ja2-0.2-source.tar.bz2) = 71d60e1a121dc22b14cca9317db90578
2
SHA256 (ja2-0.1-source.tar.bz2) = 1632bf93bea91f1515274dcbebde517d7f094e0aa60132538e0b617b8944e63e
2
SHA256 (ja2-0.2-source.tar.bz2) = 4c57e9f7487390b3c6b6d2c6c610a07e9b37367e27b58b08eef7497ec40e1498
3
SIZE (ja2-0.1-source.tar.bz2) = 3402438
3
SIZE (ja2-0.2-source.tar.bz2) = 2629187
(-)./pkg-message (-2 / +2 lines)
Lines 6-13 Link Here
6
    Put all *.slf files into ${DATADIR}/Data.
6
    Put all *.slf files into ${DATADIR}/Data.
7
    Put all *.jsd and *.sti files from the TILECACHE directory into
7
    Put all *.jsd and *.sti files from the TILECACHE directory into
8
    ${DATADIR}/Data/TILECACHE.
8
    ${DATADIR}/Data/TILECACHE.
9
		All filenames must be lowercase!
9
    All filenames must be lowercase!
10
		After copying you can use "make lowercase" to rename all files.
10
    After copying you can use "make lowercase" to rename all files.
11
11
12
    Enjoy!
12
    Enjoy!

Return to bug 110295