2013-09-20 17:36:33 +00:00
|
|
|
# Created by: Ilya A. Arhipov <admin@gorodkirov.ru>
|
2010-11-04 19:17:44 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= openmsx
|
|
|
|
PORTVERSION= 0.3.1
|
2012-07-05 09:20:13 +00:00
|
|
|
PORTREVISION= 3
|
2010-11-04 19:17:44 +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:23:35 +00:00
|
|
|
http://cz.binaries.openttd.org/openttd/binaries/extra/${PORTNAME}/${PORTVERSION}/
|
2010-11-04 19:17:44 +00:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-all
|
2014-01-04 01:05:19 +00:00
|
|
|
PKGNAMEPREFIX= openttd-
|
2010-11-04 19:17:44 +00:00
|
|
|
|
2013-08-26 17:43:16 +00:00
|
|
|
MAINTAINER= rum1cro@yandex.ru
|
2010-11-04 19:17:44 +00:00
|
|
|
COMMENT= Free alternative music 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:44 +00:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install:
|
2013-11-12 21:44:04 +00:00
|
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/share/openttd/baseset/openmsx
|
2010-11-04 19:17:44 +00:00
|
|
|
${INSTALL_DATA} ${WRKDIR}/openmsx-${PORTVERSION}/* \
|
2013-11-12 21:44:04 +00:00
|
|
|
${STAGEDIR}${PREFIX}/share/openttd/baseset/openmsx
|
2010-11-04 19:17:44 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|