aboutsummaryrefslogtreecommitdiffstats
path: root/games/manaplus/Makefile
blob: bf765ebe60095621702afe91f36822265fd7f7e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Created by: Tobias Gion
# $FreeBSD$

PORTNAME=   manaplus
PORTVERSION=    1.4.4.12
PORTREVISION=   1
CATEGORIES= games
MASTER_SITES=   http://download.evolonline.org/manaplus/download/${PORTVERSION}/

MAINTAINER= mva@FreeBSD.org
COMMENT=    Free open source 2D MMORPG client for athena and evol servers

LICENSE=    GPLv2

LIB_DEPENDS=    libxml2.so:${PORTSDIR}/textproc/libxml2 \
        libpng15.so:${PORTSDIR}/graphics/png \
        libcurl.so:${PORTSDIR}/ftp/curl \
        libphysfs.so:${PORTSDIR}/devel/physfs

USES=       gettext pkgconfig:build tar:xz
USE_SDL=    sdl gfx image mixer net ttf
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE}
LDFLAGS+=   -L${LOCALBASE}/lib -lintl
WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}

OPTIONS_DEFINE=     OPENGL
OPTIONS_DEFAULT=    OPENGL

OPENGL_CONFIGURE_WITH=  opengl
OPENGL_USE=     GL=yes

.include <bsd.port.mk>