pkgsrc/games/cataclysm-dda/Makefile
nia 7490b7ced8 cataclysm-dda: Update to 0.E
Highlights:

Long distance automove feature for walking, driving and boating.
Extensive bugfixes to inter-level interactivity, on by default.
Riding animals and animal-pulled vehicles.
More flexible Basecamp construction options.
Default starting date changed to mid-spring for better survivability.
Time advancement is rationalized, a turn is now one second.
Extensive river and lake systems, and boat support for navigating them.
Expanded NPC usefulness and interactivity.
Massive increases in location variety and consistency, especially rooftops.
Expansion of mi-go faction with new enemies and locations.
Batteries now store charge instead of being pseudo-items.
Overhaul and rebalance of martial arts.
Zombie grabbing and biting more manageable and predictable.
Overhauled stamina and damage recovery for grittier gameplay.
Crouching movement mode allows hiding.
Magiclysm and Aftershock mods have first class support within the game.
2020-04-30 14:57:30 +00:00

29 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.3 2020/04/30 14:57:30 nia Exp $
.include "Makefile.common"
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Post-apocalyptic turn-based survival game (text-only version)
CONFLICTS+= cataclysm-dda-sdl-[0-9]*
BUILD_TARGET= cataclysm localization
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cataclysm ${DESTDIR}${PREFIX}/bin
.for target in core font json mods names raw motd credits title
cd ${WRKSRC}/data && ${PAX} -rw -pp ${target} \
${DESTDIR}${PREFIX}/share/cataclysm-dda
.endfor
${INSTALL_DATA} ${WRKSRC}/data/changelog.txt \
${DESTDIR}${PREFIX}/share/cataclysm-dda
${INSTALL_DATA} ${WRKSRC}/data/cataicon.ico \
${DESTDIR}${PREFIX}/share/cataclysm-dda
${INSTALL_DATA} ${WRKSRC}/data/fontdata.json \
${DESTDIR}${PREFIX}/share/cataclysm-dda
${INSTALL_DATA} ${WRKSRC}/LICENSE.txt \
${DESTDIR}${PREFIX}/share/cataclysm-dda
cd ${WRKSRC} && LOCALE_DIR=${DESTDIR}${PREFIX}/share/locale ${SH} lang/compile_mo.sh
.include "../../devel/ncursesw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"