1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/archivers/nevada-toolset/Makefile
Alexey Dokuchaev 6e7950427c archivers/nevada-toolset: new port had been added (+)
A small set of open-source tools for manipulating game data files
from various early Command and Conquer games by Westwood Studios.
2022-11-10 03:42:00 +00:00

27 lines
644 B
Makefile

PORTNAME= nevada-toolset
PORTVERSION= g20200815
CATEGORIES= archivers games
MAINTAINER= danfe@FreeBSD.org
COMMENT= Tools for working with old Westwood game data formats
WWW= https://github.com/TheAssemblyArmada/NevadaToolset
LICENSE= GPLv2+
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= TheAssemblyArmada
GH_PROJECT= NevadaToolset BaseConfig:bc CaptainsLog:cl
GH_TAGNAME= d1ef341 a98fc2c:bc 6a52d80:cl
GH_SUBDIR= libs/baseconfig:bc libs/captainslog:cl
PLIST_FILES= bin/makemix bin/strgen bin/unmakemix
do-install:
${INSTALL_PROGRAM} \
${PLIST_FILES:[1..3]:S,bin,${INSTALL_WRKSRC}/src,} \
${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>