summaryrefslogtreecommitdiffstats
path: root/games/tbe/Makefile
blob: 131d5e4c18b05200c4df7630e08a903776e880f4 (plain)
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
# New ports collection makefile for:	tbe
# Date created:		7 November 2010
# Whom:			johans
#
# $FreeBSD$
#

PORTNAME=	tbe
PORTVERSION=	8.2
PORTREVISION=	1
CATEGORIES=	games
MASTER_SITES=	SF/${PORTNAME}/Milestone%20${PORTVERSION}
DISTNAME=	TheButterflyEffect-m${PORTVERSION}.src
EXTRACT_SUFX=	.tgz

MAINTAINER=	johans@FreeBSD.org
COMMENT=	The Butterfly Effect

BUILD_DEPENDS=	${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip

USE_GMAKE=	yes
USE_QT4=	qmake_build corelib gui moc_build rcc_build svg uic_build xml
MAKE_JOBS_SAFE=	yes
WRKSRC=		${WRKDIR}/TheButterflyEffect-m${PORTVERSION}

DESKTOP_ENTRIES="The Butterfly Effect" "Inspired by The Incredible Machine" \
		"${DATADIR}/images/tbe-icon.png" \
		"${PREFIX}/bin/tbe" "Application;LogicGame;Game;" false

post-patch:
		@${REINPLACE_CMD} 's/ make/ ${GMAKE}/' \
			${WRKSRC}/3rdParty/Makefile
		@${REINPLACE_CMD} 's/debug/release link_prl/' ${WRKSRC}/tbe.pro
		@${SED} 's:%%DATADIR:QString("${DATADIR}"):'  \
			${WRKSRC}/src/tbe_global.h.in > ${WRKSRC}/src/tbe_global.h

pre-build:
		# This is supposedly done by the ./configure script
		@cd ${WRKSRC}/3rdParty && ${GMAKE}
		@cd ${WRKSRC} && ${QMAKE} ${QMAKEFLAGS}

do-install:
		@${MKDIR} ${PREFIX}/bin
		@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
		@${MKDIR} ${DATADIR}
		@cd ${WRKSRC} && ${PAX} -rw images levels ${DATADIR}

.include <bsd.port.mk>
OpenPOWER on IntegriCloud