1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/games/opengfx/Makefile
Guido Falsi 3c32b3acf5 - Convert to staging
- Add LICENSE
- Use space in pkg descr WWW line

PR:		ports/183886, ports/183887, ports/183890
Submitted by:	Ilya A. Arkhipov <rum1cro@yandex.ru> (maintainer)
2013-11-12 21:44:04 +00:00

27 lines
785 B
Makefile

# Created by: Ilya A. Arkhipov <rum1cro@yandex.ru>
# $FreeBSD$
PORTNAME= opengfx
PORTVERSION= 0.4.7
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
USE_ZIP= yes
NO_BUILD= yes
LATEST_LINK= openttd-${PORTNAME}
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/openttd/baseset/opengfx
${INSTALL_DATA} ${WRKDIR}/opengfx-${PORTVERSION}/* \
${STAGEDIR}${PREFIX}/share/openttd/baseset/opengfx
.include <bsd.port.mk>