aboutsummaryrefslogtreecommitdiff
path: root/games/warzone2100/Makefile
blob: 9a7cd0f8765d63b1c57024f859c8a36eac93636a (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
# New ports collection makefile for:	warzone2100
# Date created:				21 Aug 2005
# Whom:					Alejandro Pulver <alejandro@varnet.biz>
#
# $FreeBSD$
#

PORTNAME=	warzone2100
PORTVERSION=	2.0.10
PORTREVISION=	1
CATEGORIES=	games
MASTER_SITES=	http://download.gna.org/warzone/releases/2.0/

MAINTAINER=	alepulver@FreeBSD.org
COMMENT=	Innovative 3D real-time strategy game

BUILD_DEPENDS=	zip:${PORTSDIR}/archivers/zip \
		unzip:${PORTSDIR}/archivers/unzip
LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
		mad.2:${PORTSDIR}/audio/libmad \
		ogg.5:${PORTSDIR}/audio/libogg \
		openal.0:${PORTSDIR}/audio/openal \
		physfs-1.0.1:${PORTSDIR}/devel/physfs \
		png.5:${PORTSDIR}/graphics/png \
		vorbis.4:${PORTSDIR}/audio/libvorbis

USE_BISON=	build
GNU_CONFIGURE=	yes
USE_BZIP2=	yes
USE_GL=		yes
USE_GMAKE=	yes
USE_SDL=	net sdl
CONFIGURE_ARGS=	--program-transform-name="" --with-distributor="FreeBSD ports"
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib" \
		LIBS="${PTHREAD_LIBS}"

post-patch:
	@${REINPLACE_CMD} -e 's|-m32||' ${WRKSRC}/configure
.if defined(NOPORTDOCS)
	@${REINPLACE_CMD} -Ee 's|^(dist_doc_DATA =) .*|\1|' \
		${WRKSRC}/Makefile.in
	@${REINPLACE_CMD} -e 's|^install: install-am|install|' \
		${WRKSRC}/doc/Makefile.in
.else
	@${REINPLACE_CMD} -e 's|AUTHORS||; s|COPYING COPYING\.README||' \
		${WRKSRC}/Makefile.in
.endif

.include <bsd.port.mk>