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

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

GNU_CONFIGURE=	yes
USES=		pkgconfig tar:bzip2
USE_GL=		glut
USE_GNOME=	gtk20
USE_SDL=	sdl image mixer

post-install:
	${CP} ${WRKSRC}/pixmaps/48x48.png ${WRKSRC}/pixmaps/crossfire-client.png
	${INSTALL_DATA} ${WRKSRC}/gtk-v2/crossfire-client.desktop \
		${STAGEDIR}${PREFIX}/share/applications
	${INSTALL_DATA} ${WRKSRC}/pixmaps/crossfire-client.png \
		${STAGEDIR}${PREFIX}/share/pixmaps

.include <bsd.port.mk>