mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
39 lines
818 B
Makefile
39 lines
818 B
Makefile
PORTNAME= catesc
|
|
PORTVERSION= 0.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Escape of the cat - hardcore oldschool platformer
|
|
WWW= https://github.com/gl00my/catesc
|
|
|
|
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>
|