aboutsummaryrefslogtreecommitdiff
path: root/games/crossfire-client/Makefile
blob: c1c685ecb52766c8e85a6ca317e33757839bcef9 (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
32
33
34
35
36
37
38
39
40
41
# Created by: Andreas Klemm <andreas@klemm.gtn.com>
# $FreeBSD$

PORTNAME=	crossfire-client
PORTVERSION=	1.70.0
PORTREVISION=	5
CATEGORIES=	games
MASTER_SITES=	SF/crossfire/crossfire-${PORTVERSION}

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

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl

GNU_CONFIGURE=	yes
USES=		pkgconfig
USE_GL=		glut
USE_GNOME=	gtk20 libglade2
USE_SDL=	sdl image mixer

CONFIGURE_ARGS+=	--disable-alsa --disable-alsa9
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

post-patch:
	${REINPLACE_CMD} -e '/#include <curl\/types.h>/d' \
		${WRKSRC}/common/metaserver.c
	${REINPLACE_CMD} -e "/mandir='${datarootdir}\/man'/d" \
		${WRKSRC}/configure

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>