aboutsummaryrefslogtreecommitdiffstats
path: root/games/allacrost/Makefile
blob: 7bec4bdd82433c9b4325f934fcc1e67ea4a8238e (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
# New ports collection makefile for:    allacrost
# Date created:     03 Oct 2006
# Whom:         Dmitry Marakasov <amdmi3@mail.ru>
#
# $FreeBSD$
#

PORTNAME=   allacrost
PORTVERSION=    0.1.0
CATEGORIES= games
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME=   allacrost_demo_source_${PORTVERSION}

MAINTAINER= amdmi3@mail.ru
COMMENT=    A single player 2D role-playing game

LIB_DEPENDS=    jpeg.9:${PORTSDIR}/graphics/jpeg \
        png.5:${PORTSDIR}/graphics/png

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_LUA=    5.0
USE_SDL=    sdl ttf mixer
USE_GL=     yes

CONFIGURE_TARGET=   --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --datadir=${DATADIR}
CONFIGURE_ENV=  LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -L${LUA_LIBDIR}" \
        CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include -I${LUA_INCDIR}"

WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
BROKEN=     does not compile on 4.x
.endif

.if ${OSVERSION} < 600000
USE_GCC=    4.0+
.endif

post-patch:
    @${REINPLACE_CMD} -e 's|exit -1|exit 1|; /CXXFLAGS=/ d; \
        s|-lSDL |`${SDL_CONFIG} --libs` |' ${WRKSRC}/configure
    @${REINPLACE_CMD} -e 's|DATADIR|"${DATADIR}"|' ${WRKSRC}/src/main.cpp

post-install:
    @${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD}

.include <bsd.port.post.mk>