# Created by: Kirill Ponomarew <ponomarew@oberon.net>
# $FreeBSD: tags/RELEASE_10_1_0/games/openglad/Makefile 367888 2014-09-10 20:50:31Z gerald $

PORTNAME=	openglad
PORTVERSION=	0.98
PORTREVISION=	9
CATEGORIES=	games
MASTER_SITES=	SF/snowstorm/OpenGlad/Openglad-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	SDL port of an old DOS game called Gladiator

LICENSE=	GPLv2 # (or later)

USES=		gmake
USE_SDL=	sdl mixer
GNU_CONFIGURE=	yes

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

DESKTOP_ENTRIES="OpenGlad" "" "" "${PORTNAME}" "" ""

NOT_FOR_ARCHS=	sparc64

OPTIONS_DEFINE=	DOCS

post-patch:
	@${REINPLACE_CMD} -e \
		's|COPYING INSTALL|INSTALL|' ${WRKSRC}/Makefile.in
	@${REINPLACE_CMD} -e \
		's|/path/to/data/dir|${DATADIR}|' ${WRKSRC}/openglad.cfg

.include <bsd.port.mk>
