Files
ports/games/redeclipse-data16/Makefile
Dmitry Marakasov 758a5a0446 games/redeclipse16: resurrect older version of redeclipse
As reported by one of the players, not everybody is happy with
changes in latest Red Eclipse 2.0, so many are staying with 1.6.
Resurrect redeclipse/redeclipse-data at version 1.6 for them.
2021-06-01 20:34:50 +03:00

34 lines
908 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
PORTNAME= redeclipse-data
PORTVERSION= 1.6.0
DISTVERSIONPREFIX= v
CATEGORIES= games
PKGNAMESUFFIX= 16
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Data files for Red Eclipse first-person shooter
USE_GITHUB= nodefault
GH_TUPLE= ${DATAFILES:C/.*/red-eclipse:&:${DISTVERSIONPREFIX}${PORTVERSION}:&\/&/}
CONFLICTS_INSTALL=redeclipse-data-[0-9]*
DATAFILES= acerspyro actors appleflap blendbrush caustics crosshairs \
decals dziq elyvisions fonts freezurbern john jojo jwin luckystrike \
maps mayhem mikeplus64 misc nieb nobiax particles philipk \
projectiles props skyboxes snipergoth sounds textures torley \
trak ulukai unnamed vanities vegetation weapons wicked
NO_BUILD= yes
NO_ARCH= yes
DATADIR= ${PREFIX}/share/redeclipse
PORTDATA= *
do-install:
@cd ${WRKSRC} && ${COPYTREE_SHARE} "${DATAFILES}" ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>