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
|
2013-06-13 14:04:43 +00:00
|
|
|
PORTVERSION= 0.4.7
|
2010-11-04 19:17:39 +00:00
|
|
|
CATEGORIES= games
|
2012-07-05 09:20:13 +00:00
|
|
|
MASTER_SITES= http://hu.binaries.openttd.org/binaries/extra/${PORTNAME}/${PORTVERSION}/ \
|
|
|
|
http://us.binaries.openttd.org/binaries/extra/${PORTNAME}/${PORTVERSION}/ \
|
2011-01-11 10:21:35 +00:00
|
|
|
http://cz.binaries.openttd.org/openttd/binaries/extra/${PORTNAME}/${PORTVERSION}/
|
2010-11-04 19:17:39 +00:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-all
|
|
|
|
|
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
|
|
|
|
|
|
|
|
USE_ZIP= yes
|
|
|
|
NO_BUILD= yes
|
2012-07-05 09:20:13 +00:00
|
|
|
LATEST_LINK= openttd-${PORTNAME}
|
2010-11-04 19:17:39 +00:00
|
|
|
|
2013-09-20 17:36:33 +00:00
|
|
|
NO_STAGE= yes
|
2010-11-04 19:17:39 +00:00
|
|
|
do-install:
|
2012-07-05 09:20:13 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/openttd/baseset/opengfx
|
2010-11-04 19:17:39 +00:00
|
|
|
${INSTALL_DATA} ${WRKDIR}/opengfx-${PORTVERSION}/* \
|
2012-07-05 09:20:13 +00:00
|
|
|
${PREFIX}/share/openttd/baseset/opengfx
|
2010-11-04 19:17:39 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|