mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
da3162c7c9
Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
41 lines
961 B
Makefile
41 lines
961 B
Makefile
# Created by: Tobias Gion
|
|
|
|
PORTNAME= manaplus
|
|
DISTVERSION= 2.1.3.17
|
|
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 sdl tar:xz xorg
|
|
USE_SDL= sdl2 gfx2 image2 mixer2 net2 ttf2
|
|
USE_XORG= x11
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-sdl2 \
|
|
--without-internalsdlgfx
|
|
|
|
OPTIONS_DEFINE= OPENGL NLS
|
|
OPTIONS_DEFAULT= OPENGL
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USES= gettext
|
|
NLS_USES_OFF= gettext-tools
|
|
NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE}
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
NLS_LDFLAGS= -L${LOCALBASE}/lib -lintl
|
|
OPENGL_USES= gl
|
|
OPENGL_USE= GL=gl
|
|
OPENGL_CONFIGURE_WITH= opengl
|
|
|
|
.include <bsd.port.mk>
|