summaryrefslogtreecommitdiff
path: root/games/newvox/Makefile
blob: 7a0fb83a3ccc5782c99e47ae2124aad5f75e26e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.16 2005/03/27 15:43:36 wiz Exp $
#

DISTNAME=	newvox-1.0
PKGREVISION=	4
CATEGORIES=	games
MASTER_SITES=	http://www.libsdl.org/projects/newvox/src/

MAINTAINER=	tech-pkg@NetBSD.org
HOMEPAGE=	http://www.libsdl.org/projects/newvox/index.html
COMMENT=	Voxel-style landscape rendering fly-by

USE_BUILDLINK3=	YES
USE_X11=	YES
GNU_CONFIGURE=	YES

LIBS.SunOS+=	-lm

.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"