From 8eedd6c31504474319aaf1e30e71cc854b1e36ba Mon Sep 17 00:00:00 2001 From: robert Date: Wed, 5 Oct 2005 13:44:26 +0000 Subject: [PATCH] Use --enable-tinygui by default on zaurus. This will shrink all the images and will allow gameplay in a low screen resolution. --- games/wesnoth/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 120829c47e5..c7931d4eb7d 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2005/10/04 19:24:16 robert Exp $ +# $OpenBSD: Makefile,v 1.5 2005/10/05 13:44:26 robert Exp $ COMMENT= "strategy game with fantasy theme" DISTNAME= wesnoth-1.0 @@ -22,6 +22,12 @@ LIB_DEPENDS= SDL::devel/sdl \ zipios::archivers/zipios +.if ${MACHINE_ARCH} == "zaurus" +BUILD_DEPENDS+= pngmeta::graphics/pngmeta \ + :ImageMagick-*:graphics/ImageMagick +CONFIGURE_ARGS+= --enable-tinygui +.endif + # The detection of kde-config/gnome-config will only lead to some # desktop file installation... # png is only required for the tools, which we don't build yet.