aboutsummaryrefslogtreecommitdiff
path: root/games/crossfire-client/Makefile
blob: c3496de69416f859c87be703343a534ab21efebf (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
# Created by: Andreas Klemm <andreas@klemm.gtn.com>

PORTNAME=	crossfire-client
PORTVERSION=	1.75.0
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

BUILD_DEPENDS=	vala:lang/vala
LIB_DEPENDS=	libcurl.so:ftp/curl

USES=		cmake gnome perl5 pkgconfig sdl
USE_GNOME=	gtk20
INSTALLS_ICONS=	YES
USE_PERL5=	build
USE_SDL=	sdl image mixer

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

.include <bsd.port.mk>