pkgsrc-WIP-changes archive

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

openclonk: Add OpenClonk 6.1 as wip/openclonk.



Module Name:	pkgsrc-wip
Committed By:	Christian Koch <cfkoch%edgebsd.org@localhost>
Pushed By:	cfkoch
Date:		Tue Jan 12 03:42:56 2016 -0800
Changeset:	aec12ef8875c1d9c14dfe99dce3d5ee35383d860

Modified Files:
	Makefile
Added Files:
	openclonk/DESCR
	openclonk/Makefile
	openclonk/PLIST
	openclonk/distinfo

Log Message:
openclonk: Add OpenClonk 6.1 as wip/openclonk.

Clonk is a multiplayer-action-tactics-skill game. It is often referred to as
a mixture of The Settlers and Worms. In a simple 2D antfarm-style landscape,
the player controls his crew of Clonks, small but robust humanoid beings.
The game encourages free play but the normal goal is to either exploit
valuable resources from the earth by building a mine or fight each other on
an arena-like map.

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

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

diffstat:
 Makefile           |  1 +
 openclonk/DESCR    |  6 ++++++
 openclonk/Makefile | 32 ++++++++++++++++++++++++++++++++
 openclonk/PLIST    | 21 +++++++++++++++++++++
 openclonk/distinfo |  5 +++++
 5 files changed, 65 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index ee7272a..f9edde5 100755
--- a/Makefile
+++ b/Makefile
@@ -2030,6 +2030,7 @@ SUBDIR+=	openbsc
 SUBDIR+=	openbsd-input-usbtablet
 SUBDIR+=	openca
 SUBDIR+=	opencascade
+SUBDIR+=	openclonk
 SUBDIR+=	opendchub
 SUBDIR+=	opendylan
 SUBDIR+=	openerp-server
diff --git a/openclonk/DESCR b/openclonk/DESCR
new file mode 100644
index 0000000..21ee5a9
--- /dev/null
+++ b/openclonk/DESCR
@@ -0,0 +1,6 @@
+Clonk is a multiplayer-action-tactics-skill game. It is often referred to as
+a mixture of The Settlers and Worms. In a simple 2D antfarm-style landscape,
+the player controls his crew of Clonks, small but robust humanoid beings.
+The game encourages free play but the normal goal is to either exploit
+valuable resources from the earth by building a mine or fight each other on
+an arena-like map.
diff --git a/openclonk/Makefile b/openclonk/Makefile
new file mode 100644
index 0000000..d6414d3
--- /dev/null
+++ b/openclonk/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD$
+
+PKGNAME=	openclonk-${VERSION}
+DISTNAME=	openclonk-${PKGVERSION_NOREV}-src
+VERSION=	6.1
+CATEGORIES=	games
+MASTER_SITES=	http://www.openclonk.org/builds/release/${VERSION}/
+EXTRACT_SUFX=	.tar.bz2
+
+MAINTAINER=	cfkoch%edgebsd.org@localhost
+HOMEPAGE=	http://www.openclonk.org/
+COMMENT=	Open source successor of the Clonk gaming series
+LICENSE=	isc
+
+USE_CMAKE=	yes
+USE_LANGUAGES=	c c++
+USE_TOOLS+=	pkg-config
+
+# XXX This shouldn't be necessary...
+CFLAGS+= -fpermissive
+
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../graphics/glew/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../audio/libvorbis/buildlink3.mk"
+.include "../../multimedia/libogg/buildlink3.mk"
+.include "../../audio/SDL_mixer/buildlink3.mk"
+.include "../../x11/gtksourceview2/buildlink3.mk"
+.include "../../audio/openal/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/openclonk/PLIST b/openclonk/PLIST
new file mode 100644
index 0000000..1677d7c
--- /dev/null
+++ b/openclonk/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD$
+bin/c4group
+games/openclonk
+share/applications/openclonk.desktop
+share/games/openclonk/Arena.ocf
+share/games/openclonk/Decoration.ocd
+share/games/openclonk/Graphics.ocg
+share/games/openclonk/Material.ocg
+share/games/openclonk/Missions.ocf
+share/games/openclonk/Music.ocg
+share/games/openclonk/Objects.ocd
+share/games/openclonk/Parkour.ocf
+share/games/openclonk/Sound.ocg
+share/games/openclonk/System.ocg
+share/games/openclonk/Tutorial.ocf
+share/games/openclonk/Worlds.ocf
+share/icons/hicolor/128x128/apps/openclonk.png
+share/icons/hicolor/256x256/apps/openclonk.png
+share/icons/hicolor/32x32/apps/openclonk.png
+share/icons/hicolor/512x512/apps/openclonk.png
+share/icons/hicolor/64x64/apps/openclonk.png
diff --git a/openclonk/distinfo b/openclonk/distinfo
new file mode 100644
index 0000000..c18c8e2
--- /dev/null
+++ b/openclonk/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+SHA1 (openclonk-6.1-src.tar.bz2) = fb467b5496c089cb85a0e83096a5fc3f0f43fbd5
+RMD160 (openclonk-6.1-src.tar.bz2) = 7bdaa368b73a32e3334203cb9d95eca0e9d89570
+Size (openclonk-6.1-src.tar.bz2) = 68861317 bytes


Home | Main Index | Thread Index | Old Index