blob: 2d9b5a8c6c4098b608faed545eb29fbf88885d93 (
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
|
# New ports collection makefile for: crossfire-client
# Date created: 1996-10-27
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $FreeBSD$
#
PORTNAME= crossfire-client
PORTVERSION= 1.60.0
CATEGORIES= games
MASTER_SITES= SF/crossfire/${PORTNAME}/${PORTVERSION}
MAINTAINER= kevinz5000@gmail.com
COMMENT= A cooperative multiplayer graphical RPG and adventure game
USE_GMAKE= yes
USE_GNOME= gtk20 libglade2
USE_SDL= image sdl
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-alsa
MAN6= crossfire-client-gtk2.6
post-patch:
${REINPLACE_CMD} -e '/#include <curl\/types.h>/d' \
${WRKSRC}/common/metaserver.c
.include <bsd.port.mk>
|