Update games/hexalate to version 1.1.6
[dports.git] / games / newvox / Makefile
1 # Created by: Kris Kennaway <kris@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       newvox
5 PORTVERSION=    1.0
6 PORTREVISION=   8
7 CATEGORIES=     games
8 MASTER_SITES=   https://www.libsdl.org/projects/newvox/src/
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Voxel-style landscape rendering fly-by
12
13 USES=           sdl
14 USE_SDL=        sdl
15 GNU_CONFIGURE=  yes
16 LDFLAGS+=       -lm
17
18 OPTIONS_DEFINE= DOCS
19
20 do-install:
21         ${INSTALL_PROGRAM} ${WRKSRC}/newvox ${STAGEDIR}${PREFIX}/bin
22         @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/newvox
23         ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${PREFIX}/share/doc/newvox
24
25 .include <bsd.port.mk>