diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-02-09 11:32:01 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-02-09 11:32:01 +0000 |
commit | 9cbb1aa71e9e27d2ffc73945acf5fce06eb61d76 (patch) | |
tree | 74edfad8b2caec078c2c5734dbaed0a358d35add | |
parent | 8c203f7506c037ba50e9c36dbd34dacbde21565d (diff) | |
download | ports-9cbb1aa71e9e27d2ffc73945acf5fce06eb61d76.tar.gz ports-9cbb1aa71e9e27d2ffc73945acf5fce06eb61d76.zip |
Notes
-rw-r--r-- | games/openclonk/Makefile | 13 | ||||
-rw-r--r-- | games/openclonk/distinfo | 4 | ||||
-rw-r--r-- | games/openclonk/pkg-plist | 25 |
3 files changed, 21 insertions, 21 deletions
diff --git a/games/openclonk/Makefile b/games/openclonk/Makefile index d967db1cf4a8..9290ad8e32bc 100644 --- a/games/openclonk/Makefile +++ b/games/openclonk/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= openclonk -PORTVERSION= 6.1 +PORTVERSION= 7.0 DISTVERSIONSUFFIX= -src -PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.openclonk.org/builds/release/${DISTVERSION}/ @@ -12,8 +11,8 @@ MAINTAINER= kevinz5000@gmail.com COMMENT= Multiplayer action game involving small and nimble humanoids LICENSE= ISCL CC0-1.0 -LICENSE_COMB= dual -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_COMB= multi +LICENSE_FILE_ISCL= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ libfreetype.so:${PORTSDIR}/print/freetype2 \ @@ -23,15 +22,15 @@ LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ BROKEN_FreeBSD_9= does not build (lack of proper c++11 support) -USES= compiler:c++11-lib cmake desktop-file-utils jpeg pkgconfig tar:bzip2 +USES= compiler:c++14-lang cmake desktop-file-utils jpeg pkgconfig tar:bzip2 USE_GL= glew -USE_GNOME= gtk20 +USE_GNOME= gtk30 USE_SDL= sdl mixer USE_XORG= x11 xpm INSTALLS_ICONS= yes post-patch: @${REINPLACE_CMD} -e 's|DESTINATION games|DESTINATION bin|' \ - ${WRKSRC}/CMakeLists.txt + -e 's|share/games|share|' ${WRKSRC}/CMakeLists.txt .include <bsd.port.mk> diff --git a/games/openclonk/distinfo b/games/openclonk/distinfo index 3bf1d6b9c09c..d10e7f328803 100644 --- a/games/openclonk/distinfo +++ b/games/openclonk/distinfo @@ -1,2 +1,2 @@ -SHA256 (openclonk-6.1-src.tar.bz2) = 5c3903f82c9d7e8c466ab1ff594d553911a6e5fa0be2a326684d823ef1c24905 -SIZE (openclonk-6.1-src.tar.bz2) = 68861317 +SHA256 (openclonk-7.0-src.tar.bz2) = bc1a231d72774a7aa8819e54e1f79be27a21b579fb057609398f2aa5700b0732 +SIZE (openclonk-7.0-src.tar.bz2) = 102143348 diff --git a/games/openclonk/pkg-plist b/games/openclonk/pkg-plist index d4efbb463501..fb6355d3ed75 100644 --- a/games/openclonk/pkg-plist +++ b/games/openclonk/pkg-plist @@ -1,20 +1,21 @@ 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 +%%DATADIR%%/Arena.ocf +%%DATADIR%%/Decoration.ocd +%%DATADIR%%/Defense.ocf +%%DATADIR%%/Graphics.ocg +%%DATADIR%%/Material.ocg +%%DATADIR%%/Missions.ocf +%%DATADIR%%/Music.ocg +%%DATADIR%%/Objects.ocd +%%DATADIR%%/Parkour.ocf +%%DATADIR%%/Sound.ocg +%%DATADIR%%/System.ocg +%%DATADIR%%/Tutorials.ocf +%%DATADIR%%/Worlds.ocf |