mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
37 lines
679 B
Makefile
37 lines
679 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
|
|
PORTNAME= minerbold
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= games
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Remake of Bolder Dash from BK-0010 with INSTEAD engine
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= instead:games/instead
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= gl00my
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
DATADIR= ${PREFIX}/share/instead/games/${PORTNAME}
|
|
|
|
PORTDATA= *
|
|
|
|
DESKTOP_ENTRIES="Miner Bold" \
|
|
"" \
|
|
"${DATADIR}/gfx/04.png" \
|
|
"${LOCALBASE}/bin/instead ${DATADIR}" \
|
|
"Game;ArcadeGame;" \
|
|
""
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && ${COPYTREE_SHARE} "*.lua *.ini *.map gfx snd" \
|
|
${STAGEDIR}${DATADIR}/
|
|
|
|
.include <bsd.port.mk>
|