blob: c9aa652855fbee1e5bda0c0208cdf5eb3c7446fb (
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
|
# New ports collection makefile for: hedgewars
# Date created: 24 May 2008
# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= hedgewars
PORTVERSION= 0.9.6
CATEGORIES= games
MASTER_SITES= http://hedgewars.org/download/ \
http://www.amdmi3.ru/distfiles/
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Free Worms-like turn based strategy game
USE_BZIP2= yes
USE_CMAKE= yes
USE_SDL= sdl mixer image ttf net
USE_FPC= opengl
USE_QT_VER= 4
QT_COMPONENTS= corelib gui moc_build network qmake_build rcc_build svg xml
post-patch:
${ECHO} "include_directories(${LOCALBASE}/include)" >> \
${WRKSRC}/QTfrontend/CMakeLists.txt
.include <bsd.port.mk>
|