- Update to 1.1.1.5

- Change maintainer email gmx.ch --> FreeBSD.org
- Add more levels
- Add Docs Options
- Mute dir install

Approved by:	wg/pawel (mentors)
This commit is contained in:
Rusmir Dusko 2013-09-12 22:19:48 +00:00
parent 94171e85d8
commit 8e9ed07602
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327115
3 changed files with 29 additions and 20 deletions

View file

@ -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

View file

@ -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

View file

@ -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