summaryrefslogtreecommitdiff
path: root/games/crossfire-client/Makefile
blob: 24b7dfac5e877dc8d6567a60cf5d3f159cfeea63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	crossfire-client
PORTVERSION=	1.75.2
CATEGORIES=	games
MASTER_SITES=	SF/crossfire/${PORTNAME}/${PORTVERSION}

MAINTAINER=	kevinz5000@gmail.com
COMMENT=	Cooperative multiplayer graphical RPG and adventure game

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libcurl.so:ftp/curl

USES=		cmake gnome perl5 pkgconfig sdl vala:build
USE_GNOME=	gtk20
USE_PERL5=	build
USE_SDL=	sdl image mixer

CMAKE_ARGS=	-DLUA=OFF -DMETASERVER2=ON -DSOUND=ON

.include <bsd.port.mk>