mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
games/supertux2:
- Update to 0.6.2 - Remove dependency on sdl2_ttf, supertux uses patched bundled library. Add USES=localbase to fix build - Explicitly disable api documentation, which requires doxygen - Sort LIB_DEPENDS - Update WWW
This commit is contained in:
parent
f3a421989a
commit
f621ec5ec1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539763
@ -2,9 +2,8 @@
|
||||
|
||||
PORTNAME= supertux
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.6.0
|
||||
DISTVERSION= 0.6.2
|
||||
DISTVERSIONSUFFIX= -Source
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= https://github.com/SuperTux/supertux/releases/download/v${PORTVERSION}/
|
||||
PKGNAMESUFFIX= 2
|
||||
@ -14,24 +13,27 @@ MAINTAINER= makc@FreeBSD.org
|
||||
COMMENT= Side-scroller game similar to Super Mario Brothers
|
||||
|
||||
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
|
||||
libcurl.so:ftp/curl \
|
||||
libharfbuzz.so:print/harfbuzz \
|
||||
libfribidi.so:converters/fribidi \
|
||||
libfreetype.so:print/freetype2 \
|
||||
libogg.so:audio/libogg \
|
||||
libphysfs.so:devel/physfs \
|
||||
libpng.so:graphics/png \
|
||||
libcurl.so:ftp/curl \
|
||||
libraqm.so:print/libraqm \
|
||||
libvorbis.so:audio/libvorbis
|
||||
|
||||
USES= cmake:noninja compiler:c++14-lang dos2unix gl iconv \
|
||||
openal:al pkgconfig sdl
|
||||
localbase openal:al pkgconfig sdl
|
||||
USE_GL= gl glew glu
|
||||
USE_SDL= sdl2 image2 ttf2
|
||||
USE_SDL= sdl2 image2
|
||||
|
||||
CMAKE_ARGS= -DINSTALL_SUBDIR_BIN=bin \
|
||||
-DBUILD_SHARED_LIBS=off
|
||||
-DBUILD_SHARED_LIBS=off \
|
||||
-DBUILD_DOCUMENTATION=off # doxygen
|
||||
LDFLAGS_i386= -Wl,-znotext
|
||||
|
||||
DOS2UNIX_FILES= external/squirrel/CMakeLists.txt \
|
||||
external/squirrel/squirrel/sqvm.cpp
|
||||
DOS2UNIX_FILES= external/squirrel/squirrel/sqvm.cpp
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1546855404
|
||||
SHA256 (SuperTux-v0.6.0-Source.tar.gz) = c4c3e5fa6f90e87b8c5ad6b22a179e9a9839bf997e7f219e22bbcd1c97223ac0
|
||||
SIZE (SuperTux-v0.6.0-Source.tar.gz) = 131203604
|
||||
TIMESTAMP = 1592742552
|
||||
SHA256 (SuperTux-v0.6.2-Source.tar.gz) = 26a9e56ea2d284148849f3239177d777dda5b675a10ab2d76ee65854c91ff598
|
||||
SIZE (SuperTux-v0.6.2-Source.tar.gz) = 174295862
|
||||
|
@ -1,4 +1,4 @@
|
||||
SuperTux is a 2D jump and run side-scroller game in a style similar
|
||||
to the original Super Mario games.
|
||||
|
||||
WWW: https://supertuxproject.org/
|
||||
WWW: https://supertux.org/
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user