openbsd-ports/games/wesnoth/Makefile
jasper d6d1184218 - maintenance update of wesnoth to 1.4.5
- specify license version

ok maintainer
test built on arm by kili@, thanks!
2008-10-10 14:27:38 +00:00

70 lines
1.5 KiB
Makefile

# $OpenBSD: Makefile,v 1.22 2008/10/10 14:27:38 jasper Exp $
COMMENT= fantasy turn-based strategy game
DISTNAME= wesnoth-1.4.5
CATEGORIES= games x11
HOMEPAGE= http://www.wesnoth.org/
MAINTAINER= Vlad Glagolev <stealth@sourcemage.org>
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wesnoth/}
EXTRACT_SUFX= .tar.bz2
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 c freetype m pthread stdc++ z
USE_LIBTOOL= Yes
LIB_DEPENDS= boost_iostreams-mt::devel/boost \
SDL::devel/sdl \
SDL_image::devel/sdl-image \
SDL_net::devel/sdl-net \
SDL_mixer::devel/sdl-mixer \
fribidi::devel/fribidi
# png is only required for the tools, which we don't build yet.
# The detection of kde-config/gnome-config will only lead to some
# desktop file installation...
MODULES= devel/gettext
USE_X11= Yes
FLAVORS= lite tinygui
FLAVOR?=
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
.if ${FLAVOR:L:Mlite}
CONFIGURE_ARGS+=--enable-lite
.endif
.if ${FLAVOR:L:Mtinygui}
BUILD_DEPENDS+= ::graphics/pngmeta \
:ImageMagick-*:graphics/ImageMagick
CONFIGURE_ARGS+=--enable-tinygui
.endif
CONFIGURE_STYLE=gnu
CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \
LDFLAGS=-L${LOCALBASE}/lib
CONFIGURE_ARGS+=--enable-server \
--enable-campaign-server \
--enable-editor \
--with-fifodir=/var/run \
--enable-desktop-entry \
--with-desktop-dir=${PREFIX}/share/applications \
--with-icondir=${PREFIX}/share/pixmaps
MAKE_FLAGS= LIBINTL="-L${LOCALBASE}/lib -lintl -liconv"
.include <bsd.port.mk>