pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import openrw-0nb20160814 as wip/openrw.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Aug 14 02:43:18 2016 +0200
Changeset:	76edaae03556973ad22c9fde5db77f57a4b7d952

Added Files:
	openrw/DESCR
	openrw/Makefile
	openrw/PLIST
	openrw/distinfo

Log Message:
Import openrw-0nb20160814 as wip/openrw.

OpenRW is an open source re-implementation of Rockstar Games'
Grand Theft Auto III, a classic 3D action game first published in 2001.

OpenRW requires a legitimate copy of the original PC game data in order to run.
Without this data it will not be possible to run OpenRW.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=76edaae03556973ad22c9fde5db77f57a4b7d952

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 openrw/DESCR    |  5 +++++
 openrw/Makefile | 30 ++++++++++++++++++++++++++++++
 openrw/PLIST    |  2 ++
 openrw/distinfo |  2 ++
 4 files changed, 39 insertions(+)

diffs:
diff --git a/openrw/DESCR b/openrw/DESCR
new file mode 100644
index 0000000..8d142cd
--- /dev/null
+++ b/openrw/DESCR
@@ -0,0 +1,5 @@
+OpenRW is an open source re-implementation of Rockstar Games'
+Grand Theft Auto III, a classic 3D action game first published in 2001.
+
+OpenRW requires a legitimate copy of the original PC game data in order to run.
+Without this data it will not be possible to run OpenRW.
diff --git a/openrw/Makefile b/openrw/Makefile
new file mode 100644
index 0000000..5666df2
--- /dev/null
+++ b/openrw/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD$
+
+GIT_REPOSITORIES=	openrw
+GIT_REPO.openrw=	git%github.com@localhost:rwengine/openrw.git
+
+PKGNAME=	openrw-0
+CATEGORIES=	games
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	git%github.com@localhost:krytarowski/
+COMMENT=	Open Source recreation of Grand Theft Auto III
+LICENSE=	gnu-gpl-v3
+
+WRKSRC=		${WRKDIR}/openrw
+
+USE_CMAKE=	yes
+
+USE_LANGUAGES=	c c++
+
+.include "../../wip/mk/git-package.mk"
+.include "../../audio/libmad/buildlink3.mk"
+.include "../../audio/libsndfile/buildlink3.mk"
+.include "../../audio/openal-soft/buildlink3.mk"
+.include "../../devel/SDL2/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/bullet/buildlink3.mk"
+.include "../../graphics/Mesa/buildlink3.mk"
+.include "../../graphics/glm/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/openrw/PLIST b/openrw/PLIST
new file mode 100644
index 0000000..f7cf651
--- /dev/null
+++ b/openrw/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/rwgame
diff --git a/openrw/distinfo b/openrw/distinfo
new file mode 100644
index 0000000..afc7651
--- /dev/null
+++ b/openrw/distinfo
@@ -0,0 +1,2 @@
+$NetBSD$
+


Home | Main Index | Thread Index | Old Index