freebsd-ports/games/crossfire-client/Makefile
Dmitry Sivachenko d8219ccbe3 Update to version 1.3.0
PR:		40621
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-07-15 21:27:28 +00:00

59 lines
1.6 KiB
Makefile

# New ports collection makefile for: crossfire-client
# Date created: So 27 Okt 1996 12:25:55 MET
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $FreeBSD$
#
PORTNAME= crossfire
PORTVERSION= 1.3.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.ifi.uio.no/pub/crossfire/ \
ftp://ftp.real-time.com/pub/games/crossfire/
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMESUFFIX= -client
DISTFILES= ${PORTNAME}-client-${PORTVERSION}.tar.gz \
${PORTNAME}-client-images-${PORTVERSION}.tar.gz \
${PORTNAME}-client-sounds-1.1.0.tar.gz
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
USE_X_PREFIX= yes
USE_PERL5= yes
USE_XPM= yes
USE_GTK= yes
USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
CONFIGURE_ARGS= --with-includes=-I${LOCALBASE}/include \
--with-ldflags=-L${LOCALBASE}/lib \
--disable-gnome # Gnome client currently broken
MAN1= cfclient.1 gcfclient.1
DATADIR= ${PREFIX}/share/${PKGBASE}
pre-configure:
@cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf
post-install:
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKDIR}/bmaps.client ${DATADIR}
${INSTALL_DATA} ${WRKDIR}/crossfire.base ${DATADIR}
${INSTALL_DATA} ${WRKDIR}/crossfire.clsc ${DATADIR}
@${MKDIR} ${DATADIR}/sounds
${INSTALL_DATA} ${WRKDIR}/sounds/README ${DATADIR}/sounds
${INSTALL_DATA} ${WRKDIR}/sounds/*.raw ${DATADIR}/sounds
.include <bsd.port.mk>