opnsense-ports/games/openmsx/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

27 lines
788 B
Makefile

# 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
PKGNAMEPREFIX= openttd-
MAINTAINER= rum1cro@yandex.ru
COMMENT= Free alternative music for OpenTTD game engine
LICENSE= GPLv2
USES= zip
NO_BUILD= yes
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/openttd/baseset/openmsx
${INSTALL_DATA} ${WRKDIR}/openmsx-${PORTVERSION}/* \
${STAGEDIR}${PREFIX}/share/openttd/baseset/openmsx
.include <bsd.port.mk>