blob: f8f2ed5d72d5cc0d77f70570e58dcc2b6e01c4cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.1.1.1 2001/04/17 22:14:35 rh Exp $
#
DISTNAME= newvox-1.0
CATEGORIES= games
MASTER_SITES= http://www.libsdl.org/projects/newvox/src/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.libsdl.org/projects/newvox/index.html
COMMENT= voxel-style landscape rendering fly-by
DEPENDS+= SDL>=1.1.6:../../devel/SDL
GNU_CONFIGURE= YES
USE_X11= YES
.include "../../mk/bsd.pkg.mk"
|