pkgsrc-wip/opentomb/Makefile
Kamil Rytarowski a8340db78e Import OpenTomb-2016.07.12.alpha as wip/opentomb.
OpenTomb is a cross-platform reimplementation of classic Tomb Raider 5 engines
that were developed by now defunct Core Design. It is not a patcher or DLL
extension of already existing engines.

The project does not use any old Tomb Raider source code, because all attempts
to retrieve sources from Eidos / Core were in vain, despite many petitions by
the community. Instead, everything is being developed completely from scratch.
2016-08-14 12:27:39 +02:00

23 lines
582 B
Makefile

# $NetBSD$
OTDATEVER= 2016-07-12
OTVERSUFX= _alpha
DISTNAME= OpenTomb-${OTDATEVER:S/-/./g}${OTVERSUFX:S/_/./}
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITHUB:=opentomb/}
GITHUB_TAG= win32-${OTDATEVER}${OTVERSUFX}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/opentomb/OpenTomb/
COMMENT= Open-Source Tomb Raider 1-5 engine remake
LICENSE= gnu-lgpl-v3
USE_CMAKE= yes
USE_LANGUAGES= c c++
.include "../../audio/openal-soft/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../devel/SDL2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"