1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/games/openmsx/Makefile

30 lines
839 B
Makefile
Raw Normal View History

# New ports collection makefile for: OpenMSX
# Date created: 2010-11-04
# Whom: 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= micro@heavennet.ru
COMMENT= Free alternative music for OpenTTD game engine
USE_ZIP= yes
NO_BUILD= yes
LATEST_LINK= openttd-${PORTNAME}
do-install:
@${MKDIR} ${PREFIX}/share/openttd/baseset/openmsx
${INSTALL_DATA} ${WRKDIR}/openmsx-${PORTVERSION}/* \
${PREFIX}/share/openttd/baseset/openmsx
.include <bsd.port.mk>