aboutsummaryrefslogtreecommitdiffstats
path: root/games/openmsx/Makefile
blob: aeb14f3c4d65423ce63d974d2bb7b69c7254155b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Ilya A. Arhipov <admin@gorodkirov.ru>
# $FreeBSD$

PORTNAME=   openmsx
PORTVERSION=    0.3.1
PORTREVISION=   3
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 music for OpenTTD game engine

USE_ZIP=    yes
NO_BUILD=   yes
LATEST_LINK=    openttd-${PORTNAME}

NO_STAGE=   yes
do-install:
    @${MKDIR} ${PREFIX}/share/openttd/baseset/openmsx
    ${INSTALL_DATA} ${WRKDIR}/openmsx-${PORTVERSION}/* \
        ${PREFIX}/share/openttd/baseset/openmsx

.include <bsd.port.mk>