diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-12-06 21:32:45 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-12-06 21:32:45 +0000 |
commit | bb93901143b9c7d373dc6cd390dce16e3d354089 (patch) | |
tree | 8d068351cda0850c61c5d9ec16dbf4a4c37d5448 /games/doom-freedoom | |
parent | 41c5b71f3d771a0eaeda514b0c37d2a5df053b3d (diff) |
Notes
Diffstat (limited to 'games/doom-freedoom')
-rw-r--r-- | games/doom-freedoom/Makefile | 23 | ||||
-rw-r--r-- | games/doom-freedoom/distinfo | 5 | ||||
-rw-r--r-- | games/doom-freedoom/pkg-descr | 2 |
3 files changed, 12 insertions, 18 deletions
diff --git a/games/doom-freedoom/Makefile b/games/doom-freedoom/Makefile index b378f61c950e..3bb2e82fa72e 100644 --- a/games/doom-freedoom/Makefile +++ b/games/doom-freedoom/Makefile @@ -2,34 +2,27 @@ # $FreeBSD$ PORTNAME= freedoom -PORTVERSION= 0.7 +PORTVERSION= 0.10.1 CATEGORIES= games -MASTER_SITES= SAVANNAH/${PORTNAME}/${PORTNAME}-iwad +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ${DMPKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-iwad-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Complete Doom-based game IWAD that is Free Software USES= zip NO_BUILD= yes +NO_ARCH= yes DATADIR= ${DMDIR}/${PORTNAME} -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -PLIST_FILES= %%DATADIR%%/doom2.wad -PLIST_DIRS= %%DATADIR%% -PORTDOCS= ChangeLog NEWS README - -OPTIONS_DEFINE= DOCS +PLIST_FILES= %%DATADIR%%/freedoom1.wad \ + %%DATADIR%%/freedoom2.wad do-install: - ${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/doom2.wad ${STAGEDIR}${DATADIR} - ${MKDIR} ${STAGEDIR}${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} -.endfor + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/freedoom1.wad ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/freedoom2.wad ${STAGEDIR}${DATADIR} .include "${.CURDIR}/../doom-data/Makefile.include" diff --git a/games/doom-freedoom/distinfo b/games/doom-freedoom/distinfo index 4e5a70ecb74b..05d2c12c8d17 100644 --- a/games/doom-freedoom/distinfo +++ b/games/doom-freedoom/distinfo @@ -1,2 +1,3 @@ -SHA256 (freedoom-iwad-0.7.zip) = f8f75fd1909801fe42de0e74db9adcfd33f753374e4923bd93e3d9a9b802ab1f -SIZE (freedoom-iwad-0.7.zip) = 9697891 +TIMESTAMP = 1486419824 +SHA256 (freedoom-0.10.1.zip) = 7d20c4b458b6966a58f8f1d9d67db67999364a66e67616e2c320d01b396338da +SIZE (freedoom-0.10.1.zip) = 18496121 diff --git a/games/doom-freedoom/pkg-descr b/games/doom-freedoom/pkg-descr index cf552cd40ac4..7aa779904fe3 100644 --- a/games/doom-freedoom/pkg-descr +++ b/games/doom-freedoom/pkg-descr @@ -8,4 +8,4 @@ play Doom. Freedoom aims to create a Free alternative. Combined with the GPL-licensed Doom source code this will result in a complete Free Doom-based game. -WWW: http://freedoom.sf.net/ +WWW: https://freedoom.github.io/ |