rawgl-git: import rawgl (git snapshot) as wip/rawgl-git

rawgl is a re-implementation of the engine used in the game Another World
(also known as Out of this World).

- Amiga and PC DOS releases (Bank*)
- 15th anniversary edition (Pak01.pak)
- 20th anniversary edition (game/*)
- Windows 3.1 release (Bank)
- 3DO release (GameData/*)
This commit is contained in:
Yorick Hardy 2019-12-18 09:00:42 +02:00
parent 4f3a497b24
commit 0d10af478d
5 changed files with 47 additions and 0 deletions

View File

@ -4245,6 +4245,7 @@ SUBDIR+= ratproxy
SUBDIR+= raw
SUBDIR+= rawdog
SUBDIR+= rawgl
SUBDIR+= rawgl-git
SUBDIR+= rc.d.Interix
SUBDIR+= rclone
SUBDIR+= rdsn-git

10
rawgl-git/DESCR Normal file
View File

@ -0,0 +1,10 @@
rawgl is a re-implementation of the engine used in the game Another World
(also known as Out of this World).
## Supported Versions
- Amiga and PC DOS releases (Bank*)
- 15th anniversary edition (Pak01.pak)
- 20th anniversary edition (game/*)
- Windows 3.1 release (Bank)
- 3DO release (GameData/*)

31
rawgl-git/Makefile Normal file
View File

@ -0,0 +1,31 @@
# $NetBSD$
DISTNAME= rawgl-0.2.1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITHUB:=cyxx/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/cyxx/rawgl/
COMMENT= Re-implementation of the engine used in the game Another World
#LICENSE= # TODO: (see mk/license.mk)
GIT_REPOSITORIES= rawgl
GIT_REPO.rawgl= git://github.com/cyxx/rawgl.git
WRKSRC= ${WRKDIR}/rawgl/
USE_LANGUAGES= c++
BUILD_TARGET= rawgl
INSTALLATION_DIRS= bin share/doc/rawgl
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rawgl ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/README.md \
${DESTDIR}${PREFIX}/share/doc/rawgl
.include "../../audio/SDL2_mixer/buildlink3.mk"
.include "../../devel/SDL2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../wip/mk/git-package.mk"
.include "../../mk/bsd.pkg.mk"

3
rawgl-git/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $NetBSD$
bin/rawgl
share/doc/rawgl/README.md

2
rawgl-git/distinfo Normal file
View File

@ -0,0 +1,2 @@
$NetBSD$