aboutsummaryrefslogtreecommitdiffstats
path: root/games/tmw/Makefile
blob: 40b443fd1ef779b223f2a84ab45ca26760dac38a (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
# New ports collection makefile for:    tmw
# Date created:             12 Oktober 2005
# Whom:                 Tobias Gion
#
# $FreeBSD$
#

PORTNAME=   tmw
PORTVERSION=    0.0.17
CATEGORIES= games
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= themanaworld

MAINTAINER= freebsd@gionet.de
COMMENT=    A free open source 2D MMORPG in development

LIB_DEPENDS=    xml2.5:${PORTSDIR}/textproc/libxml2 \
        png.5:${PORTSDIR}/graphics/png \
        curl.3:${PORTSDIR}/ftp/curl \
        physfs-1.0.1:${PORTSDIR}/devel/physfs \
        guichan.0:${PORTSDIR}/devel/guichan

USE_X_PREFIX=   yes
USE_AUTOTOOLS=  libtool:15
USE_SDL=    sdl image mixer net

CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include `${SDL_CONFIG} --cflags` -I${X11BASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
        CXXFLAGS="${PTHREAD_LIBS}"

.include <bsd.port.mk>