2020-05-22 12:55:42 +02:00
|
|
|
# $NetBSD: Makefile,v 1.25 2020/05/22 10:56:09 adam Exp $
|
2016-09-14 18:24:26 +02:00
|
|
|
|
2020-05-18 15:40:41 +02:00
|
|
|
PKGNAME= supertux-0.6.2
|
2020-05-22 12:55:42 +02:00
|
|
|
PKGREVISION= 1
|
2019-07-01 17:13:20 +02:00
|
|
|
DISTNAME= SuperTux-v${PKGVERSION_NOREV}-Source
|
2016-09-14 18:24:26 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=SuperTux/}
|
|
|
|
GITHUB_RELEASE= v${PKGVERSION_NOREV}
|
|
|
|
|
|
|
|
MAINTAINER= hernani@vecirex.net
|
2019-07-01 17:13:20 +02:00
|
|
|
HOMEPAGE= https://www.supertux.org/
|
2020-05-18 15:40:41 +02:00
|
|
|
COMMENT= 2D jump and run game in the style of the Super Mario ones
|
2016-09-14 18:24:26 +02:00
|
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
|
|
|
|
USE_CMAKE= yes
|
|
|
|
CMAKE_ARGS+= -DINSTALL_SUBDIR_BIN=bin
|
|
|
|
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=off
|
supertux: Update to 0.6.1.1
SuperTux 0.6.1.1 (2019-12-19)
---------------------------
This small bugfix release fixes an issue that caused right-to-left fonts, such as Arabic, to not be displayed properly in the AppImage builds on Linux. Apart from that, it's identical to 0.6.1.
SuperTux 0.6.1 (2019-12-15)
---------------------------
The SuperTux Team is excited to announce the availability of SuperTux 0.6.1. This is first and foremost a bugfix release that fixes reported issues after the release of 0.6.0 a year ago, however, we also introduced a lot of other changes, such as new graphics, levels and other game content.
Changes:
* Rework of the first 3 Bonus Worlds
* Added 3 new bonus worlds to the core game
* Improvements to the story mode
* Addition of Ghost Forest to the Story Mode
* New Backgrounds and Music by BlasterMaster
* Tiles and Sprites Improvements by Alzter, weluvgoatz and RustyBox
* New enemy: The Ghoul
* Fixes and optimizations (Fixing buggy controls, game speed, etc.)
* Level Editor Improvements, Fixes and Optimisations
* Revamp of the Credits Menu
* Blocks (and other objects behaving like blocks, such as lanterns) no longer jitter when stacked on top of one another
* Trampolines as bonus block contents no longer hurt Tux
* An issue causing music not to get saved in the level editor was fixed
2020-02-20 17:23:27 +01:00
|
|
|
USE_TOOLS+= pkg-config
|
2019-07-01 17:32:47 +02:00
|
|
|
USE_LANGUAGES= c c++14
|
|
|
|
|
|
|
|
# C++14
|
|
|
|
GCC_REQD+= 5
|
2016-09-14 18:24:26 +02:00
|
|
|
|
2020-03-31 11:44:34 +02:00
|
|
|
# We already patch 'configure'...
|
|
|
|
CHECK_PORTABILITY_SKIP+= external/SDL_ttf/configure.in
|
|
|
|
|
2016-09-14 18:24:26 +02:00
|
|
|
.include "../../audio/libvorbis/buildlink3.mk"
|
2019-07-01 17:13:20 +02:00
|
|
|
.include "../../audio/openal-soft/buildlink3.mk"
|
2016-09-14 18:24:26 +02:00
|
|
|
.include "../../devel/boost-libs/buildlink3.mk"
|
|
|
|
.include "../../devel/SDL2/buildlink3.mk"
|
|
|
|
.include "../../devel/physfs/buildlink3.mk"
|
2019-07-01 17:13:20 +02:00
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
2016-09-14 18:24:26 +02:00
|
|
|
.include "../../graphics/glew/buildlink3.mk"
|
2016-12-23 23:28:42 +01:00
|
|
|
.include "../../graphics/glu/buildlink3.mk"
|
2019-07-01 17:13:20 +02:00
|
|
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
|
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
|
|
.include "../../graphics/SDL2_image/buildlink3.mk"
|
2016-09-14 18:24:26 +02:00
|
|
|
.include "../../www/curl/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|