aboutsummaryrefslogtreecommitdiffstats
path: root/games/ivan/Makefile
blob: 28c025d468d58b982a099c6bdaefe0016fa8636a (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
# New ports collection makefile for:    ivan
# Date created:     11 Nov 2005
# Whom:         Dmitry Marakasov <amdmi3@amdmi3.ru>
#
# $FreeBSD$
#

PORTNAME=   ivan
PORTVERSION=    0.50
PORTREVISION=   4
CATEGORIES= games
MASTER_SITES=   SF/${PORTNAME}/IVAN/IVAN%20${PORTVERSION}

MAINTAINER= amdmi3@FreeBSD.org
COMMENT=    A graphical roguelike game

USE_SDL=    sdl
USE_GMAKE=  yes
GNU_CONFIGURE=  yes

CONFIGURE_ARGS= --localstatedir=/var/games

STATEDIR=   /var/games/ivan

PORTSCOUT=  skipv:0.301,0.310,0.311,0.401,0.410,0.420,0.430

post-patch:
    @${REINPLACE_CMD} -e 's|IvanSave|.IvanSave|g' ${WRKSRC}/Main/Source/game.cpp
    @${REINPLACE_CMD} -Ee 's|(fearray<type>::~?fearray)<type>|\1|' \
        ${WRKSRC}/FeLib/Include/fearray.h
    @${REINPLACE_CMD} -Ee 's|([a-z]+<[a-z ,]+>::~?[a-z]+)<[a-z ,]+>|\1|' \
        ${WRKSRC}/Main/Source/script.cpp
    @${REINPLACE_CMD} -e 's|truth(|bool(|' ${WRKSRC}/Main/Source/fluid.cpp \
        ${WRKSRC}/Main/Include/char.h ${WRKSRC}/Main/Include/lsquare.h \
        ${WRKSRC}/FeLib/Include/save.h ${WRKSRC}/Main/Include/lsquare.h \
        ${WRKSRC}/Main/Include/human.h ${WRKSRC}/Main/Source/command.cpp \
        ${WRKSRC}/Main/Include/stack.h ${WRKSRC}/Main/Source/lsquare.cpp \
        ${WRKSRC}/Main/Source/lterras.cpp

post-install:
    ${CHGRP} games ${PREFIX}/bin/ivan
    ${CHMOD} g+s ${PREFIX}/bin/ivan
.if !exists(${STATEDIR})
    ${MKDIR} ${STATEDIR}
    ${TOUCH} ${STATEDIR}/ivan-highscore.scores
    ${MKDIR} ${STATEDIR}/Bones
    ${CHGRP} -R games ${STATEDIR}
    ${CHMOD} -R g+w ${STATEDIR}
.endif

.include <bsd.port.mk>