summaryrefslogtreecommitdiffstats
path: root/games/hedgewars/Makefile
blob: 2c767e6e73f4e6281b5546a0b130a35ea941c77a (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
49
50
51
52
# New ports collection makefile for:	hedgewars
# Date created:		24 May 2008
# Whom:			Dmitry Marakasov <amdmi3@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	hedgewars
PORTVERSION=	0.9.17
PORTREVISION=	3
CATEGORIES=	games
MASTER_SITES=	http://download.gna.org/hedgewars/ \
		http://mirror.amdmi3.ru/distfiles/
DISTNAME=	${PORTNAME}-src-${PORTVERSION}

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	Free Worms-like turn based strategy game

ONLY_FOR_ARCHS=	i386 amd64
ONLY_FOR_ARCHS_REASON=	depends on fpc which is only available for i386 and amd64

USE_BZIP2=	yes
USE_CMAKE=	yes
USE_SDL=	sdl mixer image ttf net
USE_FPC=	opengl
USE_QT_VER=	4
USE_LUA=	5.1+
QT_COMPONENTS=	corelib gui moc_build network \
		qmake_build rcc_build svg xml \
		uic_build linguist_build
MAKE_JOBS_SAFE=	yes

PLIST_FILES=	bin/hedgewars bin/hwengine share/applications/hedgewars.desktop
PLIST_DIRSTRY=	share/applications
PORTDATA=	*

DESKTOP_ENTRIES="Hedgewars" \
		"Worms-like turn based strategy game" \
		"${DATADIR}/Data/Forts/FlowerhogL.png" \
		"hedgewars" \
		"Game;StrategyGame;" \
		false

post-patch:
	@${ECHO} "include_directories(${LOCALBASE}/include)" >> \
		${WRKSRC}/QTfrontend/CMakeLists.txt
.if defined(NOPORTDATA)
	@${REINPLACE_CMD} -e '/add_subdirectory.*Data/I d' \
		${WRKSRC}/share/hedgewars/CMakeLists.txt
.endif

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