freebsd-ports/games/freeminer-default/Makefile
Mathieu Arnold 5392aa00ad Update ports in the games category to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 16:04:20 +00:00

27 lines
551 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= default
PORTVERSION= 0.4.10.4
CATEGORIES= games
PKGNAMEPREFIX= freeminer-
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= The main game for the Freeminer game engine
LICENSE= LGPL21
RUN_DEPENDS= freeminer:${PORTSDIR}/games/freeminer
USE_GITHUB= yes
GH_ACCOUNT= freeminer
NO_BUILD= yes
DATADIR= ${PREFIX}/share/freeminer/games/${PORTNAME}
PORTDATA= *
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>