aboutsummaryrefslogtreecommitdiffstats
path: root/games/gracer/Makefile
blob: 9afc48919d226991f860b10d5b9bfdc72b544b8a (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
# Created by: nox@jelal.kn-bremen.de

PORTNAME=   gracer
PORTVERSION=    0.1.5
PORTREVISION=   22
CATEGORIES= games
MASTER_SITES=   SF

MAINTAINER= ports@FreeBSD.org
COMMENT=    3D motor sport simulator

LICENSE=    GPLv2+
LICENSE_FILE=   ${WRKSRC}/COPYING

BROKEN_FreeBSD_13=  ld: error: duplicate symbol: GrBreak
BROKEN_FreeBSD_14=  ld: error: duplicate symbol: GrBreak

BUILD_DEPENDS=  ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib
LIB_DEPENDS=    libgif.so:graphics/giflib \
        libpng.so:graphics/png

USES=       gl gmake jpeg localbase perl5 tcl
USE_GL=     glut
USE_PERL5=  build
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-plib=${LOCALBASE}
CPPFLAGS+=  -I${TCL_INCLUDEDIR}

post-patch:
    @${REINPLACE_CMD} -i '' -e 's|<malloc.h>|<stdlib.h>|' \
        ${WRKSRC}/common/gr_memory.h
    @${REINPLACE_CMD} \
        -e 's|lib/tclConfig.sh|lib/tcl${TCL_VER}/tclConfig.sh|' \
        -e '/SOUND_LIBS=/s/"$$/ -lplibul"/' \
        ${WRKSRC}/configure

.include <bsd.port.mk>