blob: 2b1b9f680ebaf8e231aa6a4fdd75eb463b936914 (
plain)
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
35
36
37
38
39
|
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= catesc
PORTVERSION= 0.6
CATEGORIES= games
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Escape of the cat - hardcore oldschool platformer
LICENSE= CC-BY-SA-3.0 CC-BY-SA-4.0
LICENSE_COMB= multi
RUN_DEPENDS= instead:games/instead
USE_GITHUB= yes
GH_ACCOUNT= gl00my
NO_BUILD= yes
NO_ARCH= yes
DATADIR= ${PREFIX}/share/instead/games/${PORTNAME}
PLIST_FILES= share/pixmaps/${PORTNAME}.png
PORTDATA= *
DESKTOP_ENTRIES="Escape of the cat" \
"Hardcore oldschool platformer" \
"${PORTNAME}" \
"${LOCALBASE}/bin/instead ${DATADIR}" \
"Game;ArcadeGame;" \
""
do-install:
${INSTALL_DATA} ${WRKSRC}/pic/icon.png \
${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>
|