View | Details | Raw Unified | Return to bug 153884
Collapse All | Expand All

(-)opengfx/Makefile (-8 / +6 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	opengfx
8
PORTNAME=	opengfx
9
PORTVERSION=	0.3.1
9
PORTVERSION=	0.3.2
10
CATEGORIES=	games
10
CATEGORIES=	games
11
MASTER_SITES=	http://ftp.snt.utwente.nl/pub/games/openttd/binaries/extra/opengfx/${PORTVERSION}/ \
11
MASTER_SITES=	http://gb.binaries.openttd.org/binaries/extra/${PORTNAME}/${PORTVERSION}/ \
12
		http://gb.binaries.openttd.org/binaries/extra/opengfx/${PORTVERSION}/
12
		http://de.binaries.openttd.org/binaries/extra/${PORTNAME}/${PORTVERSION}/ \
13
		http://cz.binaries.openttd.org/openttd/binaries/extra/${PORTNAME}/${PORTVERSION}/
13
DISTNAME=	${PORTNAME}-${PORTVERSION}-all
14
DISTNAME=	${PORTNAME}-${PORTVERSION}-all
14
15
15
MAINTAINER=	micro@heavennet.ru
16
MAINTAINER=	micro@heavennet.ru
Lines 18-29 Link Here
18
USE_ZIP=	yes
19
USE_ZIP=	yes
19
NO_BUILD=	yes
20
NO_BUILD=	yes
20
21
21
post-extract:
22
	@${FIND} ${WRKDIR}/opengfx-${PORTVERSION} -type f -name "*.txt" -exec ${MV} {} {}-gfx \;
23
24
do-install:
22
do-install:
25
	${MKDIR} ${PREFIX}/share/openttd/data
23
	${MKDIR} ${PREFIX}/share/openttd/data/opengfx
26
	${INSTALL_DATA} ${WRKDIR}/opengfx-${PORTVERSION}/* \
24
	${INSTALL_DATA} ${WRKDIR}/opengfx-${PORTVERSION}/* \
27
		${PREFIX}/share/openttd/data
25
		${PREFIX}/share/openttd/data/opengfx
28
26
29
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)opengfx/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (opengfx-0.3.1-all.zip) = 16be83cd0fc59ba8f1a8b3f3ebe26e6c0df325ca7593976de74e073c5d1ee39b
1
SHA256 (opengfx-0.3.2-all.zip) = e9f94bb0799e9a8d9bf6451da353434086f027fe0dfb7c01d205f739467fafdb
2
SIZE (opengfx-0.3.1-all.zip) = 3387182
2
SIZE (opengfx-0.3.2-all.zip) = 3384254
(-)opengfx/pkg-plist (-10 / +11 lines)
Lines 1-12 Link Here
1
share/openttd/data/changelog.txt-gfx
1
share/openttd/data/opengfx/changelog.txt
2
share/openttd/data/license.txt-gfx
2
share/openttd/data/opengfx/license.txt
3
share/openttd/data/ogfx1_base.grf
3
share/openttd/data/opengfx/ogfx1_base.grf
4
share/openttd/data/ogfxc_arctic.grf
4
share/openttd/data/opengfx/ogfxc_arctic.grf
5
share/openttd/data/ogfxe_extra.grf
5
share/openttd/data/opengfx/ogfxe_extra.grf
6
share/openttd/data/ogfxh_tropical.grf
6
share/openttd/data/opengfx/ogfxh_tropical.grf
7
share/openttd/data/ogfxi_logos.grf
7
share/openttd/data/opengfx/ogfxi_logos.grf
8
share/openttd/data/ogfxt_toyland.grf
8
share/openttd/data/opengfx/ogfxt_toyland.grf
9
share/openttd/data/opengfx.obg
9
share/openttd/data/opengfx/opengfx.obg
10
share/openttd/data/readme.txt-gfx
10
share/openttd/data/opengfx/readme.txt
11
@dirrmtry share/openttd/data/opengfx
11
@dirrmtry share/openttd/data
12
@dirrmtry share/openttd/data
12
@dirrmtry share/openttd
13
@dirrmtry share/openttd

Return to bug 153884