mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
385ff8aec6
PR: 202359 Submitted by: openttd complaining about missing glyphs Approved by: maintainer
30 lines
863 B
Makefile
30 lines
863 B
Makefile
# Created by: Ilya A. Arkhipov <rum1cro@yandex.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= opengfx
|
|
PORTVERSION= 0.5.2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://hu.binaries.openttd.org/binaries/extra/${PORTNAME}/${PORTVERSION}/ \
|
|
http://us.binaries.openttd.org/binaries/extra/${PORTNAME}/${PORTVERSION}/ \
|
|
http://cz.binaries.openttd.org/openttd/binaries/extra/${PORTNAME}/${PORTVERSION}/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-all
|
|
|
|
MAINTAINER= rum1cro@yandex.ru
|
|
COMMENT= Free alternative graphics for OpenTTD game engine
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= zip
|
|
NO_BUILD= yes
|
|
|
|
# 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
|
|
|
|
.include <bsd.port.mk>
|