blob: c53fb8c55740991441a3f196cb3fa56ef5349116 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
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>
|