diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-12-12 05:16:09 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-12-12 05:16:09 +0000 |
commit | 40750838bcd459c2705bbbd0b42c441faff5e45a (patch) | |
tree | 83dc62db3c0a111b4b25f825340b93a8b220745a /games/freeorion | |
parent | b86484918e2c11e4b58c9dd7e81c894bd3e8b5d3 (diff) | |
download | ports-40750838bcd459c2705bbbd0b42c441faff5e45a.tar.gz ports-40750838bcd459c2705bbbd0b42c441faff5e45a.zip |
Notes
Diffstat (limited to 'games/freeorion')
-rw-r--r-- | games/freeorion/Makefile | 10 | ||||
-rw-r--r-- | games/freeorion/distinfo | 6 | ||||
-rw-r--r-- | games/freeorion/pkg-message | 9 | ||||
-rw-r--r-- | games/freeorion/pkg-plist | 1 |
4 files changed, 12 insertions, 14 deletions
diff --git a/games/freeorion/Makefile b/games/freeorion/Makefile index 4029b17fb3e6..49f2bd80a272 100644 --- a/games/freeorion/Makefile +++ b/games/freeorion/Makefile @@ -6,7 +6,7 @@ # PORTNAME= freeorion -PORTVERSION= 0.3.1.20070909 +PORTVERSION= 0.3.1.20071206 CATEGORIES= games MASTER_SITES= ftp://ftp.alepulver.com.ar/distfiles/ @@ -22,11 +22,17 @@ LIB_DEPENDS= GiGi.0:${PORTSDIR}/x11-toolkits/gigi \ USE_BZIP2= yes USE_PYTHON= yes USE_SCONS= yes -SCONS_ARGS= -j 4 release=yes with_builtin_sdlnet=0 +SCONS_ARGS= with_builtin_sdlnet=0 SCONS_BUILDENV= PYTHON_LIB=${PYTHON_VERSION} USE_SDL= sdl net WRKSRC= ${WRKDIR}/${PORTNAME}/FreeOrion +.if defined(WITH_DEBUG) +SCONS_ARGS+= debug=1 +.else +SCONS_ARGS+= release=yes +.endif + maint-gen-distfile: @if [ -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ ${ECHO_CMD} "ERROR: the distfile already exists."; \ diff --git a/games/freeorion/distinfo b/games/freeorion/distinfo index 585af89072fa..a2fd64fcfdfd 100644 --- a/games/freeorion/distinfo +++ b/games/freeorion/distinfo @@ -1,3 +1,3 @@ -MD5 (freeorion-0.3.1.20070909.tar.bz2) = 0f79d369147b70b553750d4a81e71d1c -SHA256 (freeorion-0.3.1.20070909.tar.bz2) = 681c7f129ca6c844ca070fa7d702f531e51be4388bc69502bc6dcb73199decd8 -SIZE (freeorion-0.3.1.20070909.tar.bz2) = 51185267 +MD5 (freeorion-0.3.1.20071206.tar.bz2) = 437e3ae627c35974f20eed469afe2000 +SHA256 (freeorion-0.3.1.20071206.tar.bz2) = ae81dfd940536831cf7aa7d3a7f13e3d32f49c547f76769ec4a053206701a73f +SIZE (freeorion-0.3.1.20071206.tar.bz2) = 51208732 diff --git a/games/freeorion/pkg-message b/games/freeorion/pkg-message deleted file mode 100644 index a49062351ea7..000000000000 --- a/games/freeorion/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ -============================================================================== - -FreeOrion has been installed. - -To run in full-screen mode use "--fullscreen 1", or enable from the menu. - -Some "Done" buttons may not work, in that case use the "Esc" key instead. - -============================================================================== diff --git a/games/freeorion/pkg-plist b/games/freeorion/pkg-plist index 2344745f93f3..c572894fc9ef 100644 --- a/games/freeorion/pkg-plist +++ b/games/freeorion/pkg-plist @@ -1136,6 +1136,7 @@ bin/freeoriond %%DATADIR%%/default/data/sound/window_maximize.wav %%DATADIR%%/default/data/sound/window_minimize.wav %%DATADIR%%/default/den_stringtable.txt +%%DATADIR%%/default/dut_stringtable.txt %%DATADIR%%/default/empire_colors.xml %%DATADIR%%/default/eng_stringtable.txt %%DATADIR%%/default/esp_stringtable.txt |