aboutsummaryrefslogtreecommitdiffstats
path: root/games/crossfire-client/Makefile
blob: a80486f4beb6990e256fd7b5c7f4911aa3cc35dc (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# 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_GNOMENG=    yes
USE_GNOME=  gtk12
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>