aboutsummaryrefslogtreecommitdiffstats
path: root/games/manaplus/Makefile
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2016-07-18 13:25:03 +0800
committermva <mva@FreeBSD.org>2016-07-18 13:25:03 +0800
commit383ffd4329f73e680da7911e253eaa1e9b612c60 (patch)
treecdade3255fbe492448b0c82a7b9f3b65ae327cb5 /games/manaplus/Makefile
parentaaa7538ffdc12f6409f52f4bc16e61de85ba736c (diff)
downloadfreebsd-ports-gnome-383ffd4329f73e680da7911e253eaa1e9b612c60.tar.gz
freebsd-ports-gnome-383ffd4329f73e680da7911e253eaa1e9b612c60.tar.zst
freebsd-ports-gnome-383ffd4329f73e680da7911e253eaa1e9b612c60.zip
- Update to version 1.6.7.2
- Fix x11 and opengl associations for the port - Pass maintainership back to ports@ due to lack of time PR: 205705 Submitted by: Thibault Payet <monwarez@mailoo.org>
Diffstat (limited to 'games/manaplus/Makefile')
-rw-r--r--games/manaplus/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/games/manaplus/Makefile b/games/manaplus/Makefile
index 0bb1b98f4f55..e53e42c38902 100644
--- a/games/manaplus/Makefile
+++ b/games/manaplus/Makefile
@@ -2,11 +2,11 @@
# $FreeBSD$
PORTNAME= manaplus
-PORTVERSION= 1.5.12.5
+PORTVERSION= 1.6.7.2
CATEGORIES= games
MASTER_SITES= http://download.evolonline.org/manaplus/download/${PORTVERSION}/
-MAINTAINER= mva@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Free open source 2D MMORPG client for athena and evol servers
LICENSE= GPLv2
@@ -17,6 +17,7 @@ LIB_DEPENDS= libxml2.so:textproc/libxml2 \
libphysfs.so:devel/physfs
USES= gettext pkgconfig:build tar:xz
+USE_XORG= x11
USE_SDL= sdl2 gfx2 image2 mixer2 net2 ttf2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --with-sdl2 \
@@ -27,6 +28,6 @@ OPTIONS_DEFINE= OPENGL
OPTIONS_DEFAULT= OPENGL
OPENGL_CONFIGURE_WITH= opengl
-OPENGL_USE= GL=yes
+OPENGL_USE= GL=gl
.include <bsd.port.mk>