aboutsummaryrefslogtreecommitdiff
path: root/games/domination
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2013-09-12 22:19:48 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2013-09-12 22:19:48 +0000
commit8e9ed076026cd325166bd7bdd31056352ae2390a (patch)
tree3e878712f1e126283af9fcbe451ee928a96e102b /games/domination
parent94171e85d86fb7aedf41508b8950942ebf7188ce (diff)
downloadports-8e9ed076026cd325166bd7bdd31056352ae2390a.tar.gz
ports-8e9ed076026cd325166bd7bdd31056352ae2390a.zip
Notes
Diffstat (limited to 'games/domination')
-rw-r--r--games/domination/Makefile37
-rw-r--r--games/domination/distinfo6
-rw-r--r--games/domination/pkg-plist6
3 files changed, 29 insertions, 20 deletions
diff --git a/games/domination/Makefile b/games/domination/Makefile
index 3c7bcbebbf3b..c1b703419216 100644
--- a/games/domination/Makefile
+++ b/games/domination/Makefile
@@ -2,15 +2,16 @@
# $FreeBSD$
PORTNAME= domination
-PORTVERSION= 1.1.1.4
+PORTVERSION= 1.1.1.5
CATEGORIES= games java
MASTER_SITES= SF/${PORTNAME}/${PORTNAME:S/d/D/}/${PORTVERSION}/:game \
http://domination.sourceforge.net/maps/
DISTFILES= ${PORTNAME:S/d/D/}_${DISTVERSION}${EXTRACT_SUFX}:game \
${MAPS:S/$/.zip/}
DIST_SUBDIR= ${PORTNAME}
+EXTRACT_ONLY= ${PORTNAME:S/d/D/}_${DISTVERSION}${EXTRACT_SUFX}
-MAINTAINER= nemysis@gmx.ch
+MAINTAINER= nemysis@FreeBSD.org
COMMENT= Board game that is a bit like the well known game Risk
LICENSE= GPLv3
@@ -27,16 +28,17 @@ WRKSRC= ${WRKDIR}/${PORTNAME:S/d/D/}
MAPS= solar bigeurope google europass europe artic sudamerica \
MiddleEast-Qatar kosova Falkland-Islands england sw_baltic \
spain swiss france austria austria-hungary eire haiti brasil \
- benelux canada germany northeurope germany1871 eesti estonia \
- mexico serbia fletzmap greece North_of_Italy bayern berlin \
- navarra Illes_Balears calw wuppertal kerzell ennepe-ruhr-kreis \
- cologne saarland andorra catalunya astadt dortmund rio_de_janeiro \
- caribbean Nuremberg_Public_Transit discworld aztec GTA_SAN_AN \
- middleearth LOTR2 wow randland Riskopoly SuperRiskopoly trivia \
- chutes sudoku conquest chrono_trigger startrek usa8 civilwar \
- usa hawaii ohio nyc zertina fortress estlandr periodictable \
- sylsia troisdorf wolken castle naerr cow westfalenhalle \
- union rub gymnasium simpsons_world simpsons germany2
+ benelux canada germany northeurope germany1871 Deutsches_Reich_1871 \
+ eesti estonia mexico serbia fletzmap greece North_of_Italy \
+ bayern berlin navarra Illes_Balears calw wuppertal kerzell \
+ ennepe-ruhr-kreis cologne saarland andorra catalunya astadt \
+ dortmund rio_de_janeiro caribbean Nuremberg_Public_Transit \
+ discworld aztec GTA_SAN_AN middleearth LOTR2 wow randland \
+ Riskopoly SuperRiskopoly trivia chutes sudoku conquest \
+ chrono_trigger startrek usa8 civilwar usa hawaii ohio nyc \
+ zertina fortress estlandr periodictable sylsia troisdorf \
+ wolken castle naerr cow westfalenhalle union rub gymnasium \
+ simpsons_world simpsons germany2
PORTDOCS= ChangeLog.txt ReadMe.txt commands.txt todo.txt
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
@@ -49,25 +51,24 @@ SUB_FILES= ${PORTNAME}-FlashGUI \
DESKTOP_ENTRIES="Domination" "${COMMENT}" "${PORTNAME}" \
"${PORTNAME}-SwingGUI" "Game;StrategyGame;" false
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
post-extract-script:
.for f in ${MAPS:S/$/.zip/}
- @${UNZIP_CMD} -qo -d ${WRKSRC}/maps ${DISTDIR}/${DIST_SUBDIR}/${f}
+ @${UNZIP_CMD} -qo -d ${WRKSRC}/maps ${_DISTDIR}/${f}
.endfor
do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}-* ${PREFIX}/bin
-
- @${MKDIR} ${DATADIR}
@(cd ${WRKSRC} && ${COPYTREE_SHARE} "help lib maps resources saves *.jar *.cmd *.htm *.txt *.ini" ${DATADIR})
+ ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}-* ${PREFIX}/bin
@(cd ${WRKSRC} && ${INSTALL_SCRIPT} *.sh ${DATADIR})
@(cd ${DATADIR} && ${CHMOD} 774 saves)
-
${LN} -sf ${DATADIR}/resources/icon.png ${PREFIX}/share/pixmaps/${PORTNAME}.png
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
diff --git a/games/domination/distinfo b/games/domination/distinfo
index 4d5e24a11811..3a4aeff4d016 100644
--- a/games/domination/distinfo
+++ b/games/domination/distinfo
@@ -1,5 +1,5 @@
-SHA256 (domination/Domination_1.1.1.4.zip) = 22427a038a462184ee0f6533627a903423a5c1e3f3ce5da02cb77753f7ae441f
-SIZE (domination/Domination_1.1.1.4.zip) = 6333966
+SHA256 (domination/Domination_1.1.1.5.zip) = 6e0dd1c869679cc80c7904d6512cf9f6fc858a985b60c5a33f3f3291d716f740
+SIZE (domination/Domination_1.1.1.5.zip) = 6390032
SHA256 (domination/solar.zip) = 38345a0921e485ccaf15e15a5ba2bc1281613d139481d0918fc055af653020e9
SIZE (domination/solar.zip) = 160107
SHA256 (domination/bigeurope.zip) = 55b574adb11d11ebd084d8b36e93f5b891fc6e69f26e842aa47ab7c9c75ce4d6
@@ -50,6 +50,8 @@ SHA256 (domination/northeurope.zip) = 1a835e3bd3ec0b0cfd37d608e1b7d90b35099f5ec9
SIZE (domination/northeurope.zip) = 32588
SHA256 (domination/germany1871.zip) = 02b9ed234ec4117968f1ea6f922ff85ab5b1abfa9198cc6b7da44a3434b6e5f4
SIZE (domination/germany1871.zip) = 37069
+SHA256 (domination/Deutsches_Reich_1871.zip) = f20c7c7a0ad80acf4051ba1f62893759a172b31238ddf0d16b0adb97088f7d64
+SIZE (domination/Deutsches_Reich_1871.zip) = 65936
SHA256 (domination/eesti.zip) = 012cd1019d706975f18087e1b97f22962e2963d517b1296129b80e64ca669274
SIZE (domination/eesti.zip) = 77844
SHA256 (domination/estonia.zip) = 9a59d1b966771f4f27ec2f011f244202e390591bacd43bd7477be9e849b82790
diff --git a/games/domination/pkg-plist b/games/domination/pkg-plist
index c11a41df7b4f..1fc0219725b0 100644
--- a/games/domination/pkg-plist
+++ b/games/domination/pkg-plist
@@ -55,6 +55,8 @@ bin/domination-SwingGUI
%%DATADIR%%/help/maingame.gif
%%DATADIR%%/help/mainmenu.gif
%%DATADIR%%/help/newgame.gif
+%%DATADIR%%/help/pspbrwse.jbf
+%%DATADIR%%/help/rules.htm
%%DATADIR%%/help/server.gif
%%DATADIR%%/help/server2.gif
%%DATADIR%%/help/splash.jpg
@@ -100,6 +102,10 @@ bin/domination-SwingGUI
%%DATADIR%%/maps/Conquest_crd.cards
%%DATADIR%%/maps/Conquest_map.gif
%%DATADIR%%/maps/Conquest_pic.png
+%%DATADIR%%/maps/Deutsches_Reich_1871.cards
+%%DATADIR%%/maps/Deutsches_Reich_1871.map
+%%DATADIR%%/maps/Deutsches_Reich_1871_map.gif
+%%DATADIR%%/maps/Deutsches_Reich_1871_pic.png
%%DATADIR%%/maps/DiscWorld.cards
%%DATADIR%%/maps/DiscWorld.map
%%DATADIR%%/maps/DiscWorld_map.gif