svn commit: r372165 - in head/games: . openclonk
John Marino
marino at FreeBSD.org
Tue Nov 4 19:21:53 UTC 2014
Author: marino
Date: Tue Nov 4 19:21:51 2014
New Revision: 372165
URL: https://svnweb.freebsd.org/changeset/ports/372165
QAT: https://qat.redports.org/buildarchive/r372165/
Log:
Add new ports games/openclock
PR: 194617
Submitted by: Kevin Zheng
OpenClonk is a free multiplayer action game in which you control clonks,
small but witty and nimble humanoid beings. The game is mainly about
mining, settling and fast-paced melees.
OpenClonk is not just a game but also a versatile 2D game engine that
allows the creation of mods. It is the successor of the shareware game
series Clonk and thus inherits many of its features.
Added:
head/games/openclonk/
head/games/openclonk/Makefile (contents, props changed)
head/games/openclonk/distinfo (contents, props changed)
head/games/openclonk/pkg-descr (contents, props changed)
head/games/openclonk/pkg-plist (contents, props changed)
Modified:
head/games/Makefile
Modified: head/games/Makefile
==============================================================================
--- head/games/Makefile Tue Nov 4 19:10:05 2014 (r372164)
+++ head/games/Makefile Tue Nov 4 19:21:51 2014 (r372165)
@@ -662,6 +662,7 @@
SUBDIR += openastromenace
SUBDIR += openbubbles
SUBDIR += opencity
+ SUBDIR += openclonk
SUBDIR += opengfx
SUBDIR += openglad
SUBDIR += openjazz
Added: head/games/openclonk/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/openclonk/Makefile Tue Nov 4 19:21:51 2014 (r372165)
@@ -0,0 +1,36 @@
+# Created by: Kevin Zheng <kevinz5000 at gmail.com>
+# $FreeBSD$
+
+PORTNAME= openclonk
+PORTVERSION= 5.1
+DISTVERSIONPREFIX= 5.
+DISTVERSIONSUFFIX= -src
+CATEGORIES= games
+MASTER_SITES= http://www.openclonk.org/builds/release/${DISTVERSION}/
+
+MAINTAINER= kevinz5000 at gmail.com
+COMMENT= Multiplayer action game involving small and nimble humanoids
+
+LICENSE= ISCL
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \
+ libfreetype.so:${PORTSDIR}/print/freetype2 \
+ libjpeg.so:${PORTSDIR}/graphics/jpeg \
+ libogg.so:${PORTSDIR}/audio/libogg \
+ libpng.so:${PORTSDIR}/graphics/png \
+ libvorbis.so:${PORTSDIR}/audio/libvorbis
+
+USES= cmake iconv pkgconfig tar:bzip2
+USE_GL= glew
+USE_GNOME= gtk20
+USE_SDL= sdl mixer
+USE_XORG= x11 xpm
+
+WRKSRC= ${WRKDIR}/openclonk-release-${DISTVERSIONPREFIX}${DISTVERSION}-src
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|DESTINATION games|DESTINATION bin|' \
+ ${WRKSRC}/CMakeLists.txt
+
+.include <bsd.port.mk>
Added: head/games/openclonk/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/openclonk/distinfo Tue Nov 4 19:21:51 2014 (r372165)
@@ -0,0 +1,2 @@
+SHA256 (openclonk-5.5.1-src.tar.bz2) = c038d6dc2ef9a3d7966b18ba6147b9dd136f353dfaa5796455f9917b79255743
+SIZE (openclonk-5.5.1-src.tar.bz2) = 65383438
Added: head/games/openclonk/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/openclonk/pkg-descr Tue Nov 4 19:21:51 2014 (r372165)
@@ -0,0 +1,9 @@
+OpenClonk is a free multiplayer action game in which you control clonks,
+small but witty and nimble humanoid beings. The game is mainly about
+mining, settling and fast-paced melees.
+
+OpenClonk is not just a game but also a versatile 2D game engine that
+allows the creation of mods. It is the successor of the shareware game
+series Clonk and thus inherits many of its features.
+
+WWW: http://www.openclonk.org/
Added: head/games/openclonk/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/openclonk/pkg-plist Tue Nov 4 19:21:51 2014 (r372165)
@@ -0,0 +1,20 @@
+bin/c4group
+bin/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
More information about the svn-ports-all
mailing list