# New ports collection makefile for:	alephone
# Date created:		27 February 2001
# Whom:			Michael Alyn Miller <malyn@strangeGizmo.com>
#
# $FreeBSD: ports/games/alephone/Makefile,v 1.43 2010/02/05 11:37:02 dinoex Exp $
#

PORTNAME=	alephone
PORTVERSION=	20080913
PORTREVISION=	3
CATEGORIES=	games
MASTER_SITES=	SF/marathon/Aleph%20One/2008-09-13
DISTNAME=	AlephOne-${PORTVERSION}

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	The open source version of Bungie's Marathon game

BUILD_DEPENDS=	${LOCALBASE}/include/boost/function.hpp:${PORTSDIR}/devel/boost-libs
LIB_DEPENDS=	speex.1:${PORTSDIR}/audio/speex

USE_BZIP2=	yes
USE_GL=		yes
USE_GNOME=	gnometarget
USE_LUA=	5.1
USE_SDL=	image net sdl sound
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${LUA_INCDIR}" \
		LDFLAGS="-L${LOCALBASE}/lib -L${LUA_LIBDIR}"

DATADIR=	${PREFIX}/share/AlephOne

MAN6=		alephone.6

PORTDOCS=	*

.include <bsd.port.pre.mk>

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	cd ${WRKSRC} && ${INSTALL_DATA} README docs/* ${DOCSDIR}
.endif
	@${ECHO_CMD}
	@${CAT} ${PKGMESSAGE}
	@${ECHO_CMD}

.include <bsd.port.post.mk>
