freebsd-ports/games/manaplus/Makefile
Gerald Pfeifer a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00

41 lines
963 B
Makefile

# Created by: Tobias Gion
# $FreeBSD$
PORTNAME= manaplus
DISTVERSION= 1.8.9.1
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://download.evolonline.org/manaplus/download/${PORTVERSION}/
MAINTAINER= monwarez@mailoo.org
COMMENT= Free open source 2D MMORPG client for athena and evol servers
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libxml2.so:textproc/libxml2 \
libpng.so:graphics/png \
libcurl.so:ftp/curl
USES= autoreconf compiler:c++11-lang pkgconfig:build tar:xz
USE_XORG= x11
USE_SDL= sdl2 gfx2 image2 mixer2 net2 ttf2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-sdl2 \
--without-internalsdlgfx
OPTIONS_DEFINE= OPENGL NLS
OPTIONS_DEFAULT= OPENGL
OPTIONS_SUB= yes
OPENGL_CONFIGURE_WITH= opengl
OPENGL_USES= gl
OPENGL_USE= GL=gl
NLS_USES= gettext
NLS_USES_OFF= gettext-tools
NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE}
NLS_LDFLAGS= -L${LOCALBASE}/lib -lintl
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>