2013-04-24 11:35:05 +00:00
|
|
|
# Created by: Ilya A. Arkhipov <rum1cro@yandex.ru>
|
2010-11-04 19:17:39 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= opengfx
|
2016-10-11 19:27:54 +00:00
|
|
|
PORTVERSION= 0.5.4
|
2010-11-04 19:17:39 +00:00
|
|
|
CATEGORIES= games
|
2016-10-11 19:27:54 +00:00
|
|
|
MASTER_SITES= http://bundles.openttdcoop.org/${PORTNAME}/releases/${PORTVERSION}/ \
|
|
|
|
http://m1cro.me/ports/distfiles/${PORTNAME}/releases/${PORTVERSION}/
|
2010-11-04 19:17:39 +00:00
|
|
|
|
2013-04-24 11:35:05 +00:00
|
|
|
MAINTAINER= rum1cro@yandex.ru
|
2010-11-04 19:17:39 +00:00
|
|
|
COMMENT= Free alternative graphics for OpenTTD game engine
|
|
|
|
|
2013-11-12 21:44:04 +00:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2014-03-10 14:49:26 +00:00
|
|
|
USES= zip
|
2010-11-04 19:17:39 +00:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
2014-10-14 18:42:16 +00:00
|
|
|
# upstream zipped a tar file, unpack it.
|
|
|
|
post-extract:
|
|
|
|
@cd ${WRKDIR} && tar -xf ${PORTNAME}-${PORTVERSION}.tar
|
|
|
|
|
2010-11-04 19:17:39 +00:00
|
|
|
do-install:
|
2013-11-12 21:44:04 +00:00
|
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/share/openttd/baseset/opengfx
|
2010-11-04 19:17:39 +00:00
|
|
|
${INSTALL_DATA} ${WRKDIR}/opengfx-${PORTVERSION}/* \
|
2013-11-12 21:44:04 +00:00
|
|
|
${STAGEDIR}${PREFIX}/share/openttd/baseset/opengfx
|
2010-11-04 19:17:39 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|