freebsd-ports/games/minetest_game/Makefile
Dmitry Marakasov 5221138c5e - Fix fetch, as repository have moved
- Checksum has changed, as a root directory of distfile contains repository user name. Distfile verified to not have any changes in contents
2013-04-25 00:26:10 +00:00

27 lines
528 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= minetest_game
PORTVERSION= 0.4.4
CATEGORIES= games
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= The main game for the Minetest game engine
LICENSE= LGPL21
RUN_DEPENDS= minetest:${PORTSDIR}/games/minetest
USE_GITHUB= yes
GH_ACCOUNT= minetest
GH_TAGNAME= 0.4.4
GH_COMMIT= 3928ecc
NO_BUILD= yes
DATADIR= ${PREFIX}/share/minetest/games/${PORTNAME}
do-install:
${MKDIR} ${DATADIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} '*' ${DATADIR}/
.include <bsd.port.mk>