summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-16 12:14:49 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-16 12:14:49 +0000
commit9ef5632141ec6db5d5b710bd3424a869dc941811 (patch)
tree5f9950dc14d54e3535992595fe78dbd1e6ad928e /games
parentscRUBYt! is a simple to learn and use, (diff)
- Update to 0.2
Changelog: - Sound support - Implemented more blitters, so now there are less graphics problems - Fixed blitters - Fixed scrolling in tactical view - Fixed some crashes and memory leaks - General code cleaning PR: 110295 Submitted by: Christoph Mallon<christoph.mallon@gmx.de> (Maintainer)
Notes
Notes: svn path=/head/; revision=187501
Diffstat (limited to 'games')
-rw-r--r--games/jaggedalliance2/Makefile23
-rw-r--r--games/jaggedalliance2/distinfo6
-rw-r--r--games/jaggedalliance2/pkg-message4
3 files changed, 16 insertions, 17 deletions
diff --git a/games/jaggedalliance2/Makefile b/games/jaggedalliance2/Makefile
index bcb179a081dd..486e5609e815 100644
--- a/games/jaggedalliance2/Makefile
+++ b/games/jaggedalliance2/Makefile
@@ -1,16 +1,15 @@
# New ports collection makefile for: Jagged Alliance 2
-# Date created: xx Nov 2006
+# Date created: 16 Nov 2006
# Whom: Christoph Mallon <christoph.mallon@gmx.de>
#
# $FreeBSD$
#
PORTNAME= ja2
-PORTVERSION= 0.1
+PORTVERSION= 0.2
CATEGORIES= games
-MASTER_SITES= \
- http://deponie.yamagi.org/freebsd/distfiles/ \
- http://ja2.dragonriders.de/files/
+MASTER_SITES= http://deponie.yamagi.org/freebsd/distfiles/ \
+ http://ja2.dragonriders.de/files/
MAINTAINER= christoph.mallon@gmx.de
COMMENT= A port of "Jagged Alliance 2" using SDL
@@ -31,7 +30,7 @@ NO_PACKAGE= Language of the datafiles must be hardcoded in the game binary
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
OPTIONS= DUTCH "Compile for dutch version" Off \
- ENGLISH "Compile for english version" On \
+ ENGLISH "Compile for english version" Off \
FRENCH "Compile for french version" Off \
GERMAN "Compile for german version" Off \
ITALIAN "Compile for italian version" Off \
@@ -40,17 +39,17 @@ OPTIONS= DUTCH "Compile for dutch version" Off \
.include <bsd.port.pre.mk>
.ifndef WITHOUT_ENGLISH
-MAKE_ARGS+= ENGLISH=yes
+MAKE_ARGS+= LNG=ENGLISH
.elifdef WITH_DUTCH
-MAKE_ARGS+= DUTCH=yes
+MAKE_ARGS+= LNG=DUTCH
.elifdef WITH_FRENCH
-MAKE_ARGS+= FRENCH=yes
+MAKE_ARGS+= LNG=FRENCH
.elifdef WITH_GERMAN
-MAKE_ARGS+= GERMAN=yes
+MAKE_ARGS+= LNG=GERMAN
.elifdef WITH_ITALIAN
-MAKE_ARGS+= ITALIAN=yes
+MAKE_ARGS+= LNG=ITALIAN
.elifdef WITH_POLISH
-MAKE_ARGS+= POLISH=yes
+MAKE_ARGS+= LNG=POLISH
.else
IGNORE= no language has been chosen. Please choose the appropriate language for your game CD
.endif
diff --git a/games/jaggedalliance2/distinfo b/games/jaggedalliance2/distinfo
index 2390543af00e..c93a94b8ae61 100644
--- a/games/jaggedalliance2/distinfo
+++ b/games/jaggedalliance2/distinfo
@@ -1,3 +1,3 @@
-MD5 (ja2-0.1-source.tar.bz2) = ae34e02ee5e8ce59b64247ba83df581b
-SHA256 (ja2-0.1-source.tar.bz2) = 1632bf93bea91f1515274dcbebde517d7f094e0aa60132538e0b617b8944e63e
-SIZE (ja2-0.1-source.tar.bz2) = 3402438
+MD5 (ja2-0.2-source.tar.bz2) = 71d60e1a121dc22b14cca9317db90578
+SHA256 (ja2-0.2-source.tar.bz2) = 4c57e9f7487390b3c6b6d2c6c610a07e9b37367e27b58b08eef7497ec40e1498
+SIZE (ja2-0.2-source.tar.bz2) = 2629187
diff --git a/games/jaggedalliance2/pkg-message b/games/jaggedalliance2/pkg-message
index ead77387c78c..7edc2e484a63 100644
--- a/games/jaggedalliance2/pkg-message
+++ b/games/jaggedalliance2/pkg-message
@@ -6,8 +6,8 @@
Put all *.slf files into ${DATADIR}/Data.
Put all *.jsd and *.sti files from the TILECACHE directory into
${DATADIR}/Data/TILECACHE.
- All filenames must be lowercase!
- After copying you can use "make lowercase" to rename all files.
+ All filenames must be lowercase!
+ After copying you can use "make lowercase" to rename all files.
Enjoy!