# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD: head/games/dunelegacy/Makefile 449591 2017-09-10 20:55:38Z gerald $

PORTNAME=	dunelegacy
PORTVERSION=	0.96.4
PORTREVISION=	1
CATEGORIES=	games
MASTER_SITES=	SF
DISTNAME=	${PORTNAME}-${PORTVERSION}-src

MAINTAINER=	swills@FreeBSD.org
COMMENT=	Open source clone of Dune II

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

BROKEN_powerpc64=	fails to compile: functional.h: 'std::bind' has not been declared

USES=		autoreconf compiler:c++11-lib tar:bzip2 pkgconfig
GNU_CONFIGURE=	yes
USE_SDL=	sdl2 mixer2
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

.include <bsd.port.mk>
