2002-03-08 02:32:17 +01:00
|
|
|
# New ports collection makefile for: crossfire-client
|
2012-04-06 17:12:29 +02:00
|
|
|
# Date created: 1996-10-27
|
|
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
1996-11-02 14:53:37 +01:00
|
|
|
#
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1996-11-02 14:53:37 +01:00
|
|
|
#
|
|
|
|
|
2003-05-07 06:26:12 +02:00
|
|
|
PORTNAME= crossfire-client
|
2012-04-15 17:43:10 +02:00
|
|
|
PORTVERSION= 1.70.0
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 2
|
1997-05-06 16:28:43 +02:00
|
|
|
CATEGORIES= games
|
2012-04-15 17:43:10 +02:00
|
|
|
MASTER_SITES= SF/crossfire/crossfire-${PORTVERSION}
|
2009-08-22 02:23:13 +02:00
|
|
|
|
2012-04-06 17:12:29 +02:00
|
|
|
MAINTAINER= kevinz5000@gmail.com
|
|
|
|
COMMENT= A cooperative multiplayer graphical RPG and adventure game
|
1996-11-02 14:53:37 +01:00
|
|
|
|
2012-05-01 02:27:23 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2012-04-10 15:24:34 +02:00
|
|
|
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
|
|
|
|
2012-04-06 17:12:29 +02:00
|
|
|
USE_GNOME= gtk20 libglade2
|
2006-03-16 19:31:43 +01:00
|
|
|
USE_SDL= image sdl
|
2003-11-16 15:41:56 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2012-04-06 17:12:29 +02:00
|
|
|
CONFIGURE_ARGS+= --disable-alsa
|
1996-11-02 14:53:37 +01:00
|
|
|
|
2012-04-06 17:12:29 +02:00
|
|
|
MAN6= crossfire-client-gtk2.6
|
2002-07-15 23:27:28 +02:00
|
|
|
|
2012-04-06 17:12:29 +02:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e '/#include <curl\/types.h>/d' \
|
|
|
|
${WRKSRC}/common/metaserver.c
|
2012-04-15 17:43:10 +02:00
|
|
|
${REINPLACE_CMD} -e "/mandir='${datarootdir}\/man'/d" \
|
|
|
|
${WRKSRC}/configure
|
1996-11-02 14:53:37 +01:00
|
|
|
|
2012-04-23 19:17:52 +02:00
|
|
|
post-install:
|
|
|
|
${CP} ${WRKSRC}/pixmaps/48x48.png ${WRKSRC}/pixmaps/crossfire-client.png
|
|
|
|
${MKDIR} ${PREFIX}/share/applications
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/gtk-v2/crossfire-client.desktop \
|
|
|
|
${PREFIX}/share/applications
|
|
|
|
${MKDIR} ${PREFIX}/share/pixmaps
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/pixmaps/crossfire-client.png \
|
|
|
|
${PREFIX}/share/pixmaps
|
|
|
|
|
2012-04-06 17:12:29 +02:00
|
|
|
.include <bsd.port.mk>
|