forked from Lainports/freebsd-ports
games/opengfx:
- Update to 0.6.0 PR: 245256 Sumbitted by: Nuno Teixeira Approved by: maintainer
This commit is contained in:
parent
3573164493
commit
65b7002e39
2 changed files with 9 additions and 9 deletions
|
|
@ -2,10 +2,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= opengfx
|
||||
PORTVERSION= 0.5.5
|
||||
PORTVERSION= 0.6.0
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://bundles.openttdcoop.org/${PORTNAME}/releases/${PORTVERSION}/ \
|
||||
http://m1cro.me/ports/distfiles/${PORTNAME}/releases/${PORTVERSION}/
|
||||
MASTER_SITES= https://cdn.openttd.org/${PORTNAME}-releases/${PORTVERSION}/
|
||||
DISTFILES= ${PORTNAME}-${PORTVERSION}-all.zip
|
||||
|
||||
MAINTAINER= rum1cro@yandex.ru
|
||||
COMMENT= Free alternative graphics for OpenTTD game engine
|
||||
|
|
@ -17,14 +17,14 @@ USES= zip
|
|||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
DATADIR= ${PREFIX}/share/openttd/baseset/opengfx
|
||||
|
||||
# upstream zipped a tar file, unpack it.
|
||||
post-extract:
|
||||
@cd ${WRKDIR} && tar -xf ${PORTNAME}-${PORTVERSION}.tar
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/openttd/baseset/opengfx
|
||||
${INSTALL_DATA} ${WRKDIR}/opengfx-${PORTVERSION}/* \
|
||||
${STAGEDIR}${PREFIX}/share/openttd/baseset/opengfx
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${DATADIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1554736366
|
||||
SHA256 (opengfx-0.5.5.zip) = c648d56c41641f04e48873d83f13f089135909cc55342a91ed27c5c1683f0dfe
|
||||
SIZE (opengfx-0.5.5.zip) = 3548368
|
||||
TIMESTAMP = 1585775685
|
||||
SHA256 (opengfx-0.6.0-all.zip) = d419c0f5f22131de15f66ebefde464df3b34eb10e0645fe218c59cbc26c20774
|
||||
SIZE (opengfx-0.6.0-all.zip) = 3551230
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue