1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/games/tmw/Makefile
Martin Wilke cf19daf871 Update to 0.0.19
PR:		ports/98402
Submitted by:	miwi
Approved by:	krion (mentor), maintainer timeout
2006-06-12 14:40:36 +00:00

32 lines
794 B
Makefile

# New ports collection makefile for: tmw
# Date created: 12 Oktober 2005
# Whom: Tobias Gion
#
# $FreeBSD$
#
PORTNAME= tmw
PORTVERSION= 0.0.19
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
GNU_CONFIGURE= yes
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>