Import of newvox-1.0
Voxel-style landscape rendering. Move around the landscape by using the arrow keys. WWW: http://www.libsdl.org/projects/newvox
This commit is contained in:
parent
3b4a413e28
commit
e8cace4433
31
games/newvox/Makefile
Normal file
31
games/newvox/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/07/06 15:56:22 pvalchev Exp $
|
||||
|
||||
COMMENT= "voxel-style landscape rendering fly-by"
|
||||
|
||||
DISTNAME= newvox-1.0
|
||||
CATEGORIES= games
|
||||
NEED_VERSION= 1.419
|
||||
|
||||
HOMEPAGE= http://www.libsdl.org/projects/newvox
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}/src/
|
||||
|
||||
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
LIB_DEPENDS= SDL.0.1:sdl-*-!no_x11:devel/sdl
|
||||
|
||||
USE_X11= Yes
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/newvox
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/newvox
|
||||
|
||||
.include <bsd.port.mk>
|
3
games/newvox/files/md5
Normal file
3
games/newvox/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (newvox-1.0.tar.gz) = 22215352850fbfb27c8bfa8a46136bc6
|
||||
RMD160 (newvox-1.0.tar.gz) = 751811081f32ba3c0a685800fd606517302827fc
|
||||
SHA1 (newvox-1.0.tar.gz) = 0e08dea351b57ad637fa42785f17eb9fd7623653
|
4
games/newvox/pkg/DESCR
Normal file
4
games/newvox/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
Voxel-style landscape rendering. Move around the landscape
|
||||
by using the arrow keys.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
4
games/newvox/pkg/PLIST
Normal file
4
games/newvox/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/07/06 15:56:22 pvalchev Exp $
|
||||
bin/newvox
|
||||
share/doc/newvox/README
|
||||
@dirrm share/doc/newvox
|
Loading…
Reference in New Issue
Block a user