diff options
Diffstat (limited to '')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/newvox/Makefile | 28 | ||||
-rw-r--r-- | games/newvox/distinfo | 1 | ||||
-rw-r--r-- | games/newvox/files/patch-aa | 20 | ||||
-rw-r--r-- | games/newvox/pkg-comment | 1 | ||||
-rw-r--r-- | games/newvox/pkg-descr | 4 | ||||
-rw-r--r-- | games/newvox/pkg-plist | 3 |
7 files changed, 58 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index d04f9b87c5c8..f5ca526f84c6 100644 --- a/games/Makefile +++ b/games/Makefile @@ -172,6 +172,7 @@ SUBDIR += netrek-BRMH-bin SUBDIR += netrek-COW3-bin SUBDIR += netris + SUBDIR += newvox SUBDIR += oneko SUBDIR += oneko-sakura SUBDIR += oonsoo diff --git a/games/newvox/Makefile b/games/newvox/Makefile new file mode 100644 index 000000000000..4b279fb662fa --- /dev/null +++ b/games/newvox/Makefile @@ -0,0 +1,28 @@ +# Ports collection makefile for: newvox +# Date created: 23 Aug 2001 +# Whom: Kris Kennaway <kris@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= newvox +PORTVERSION= 1.0 +CATEGORIES= games +MASTER_SITES= http://www.libsdl.org/projects/newvox/src/ + +MAINTAINER= kris@FreeBSD.org + +LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= SDL_CONFIG="${PREFIX}/bin/sdl11-config" + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/newvox ${PREFIX}/bin +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/newvox + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/newvox +.endif + +.include <bsd.port.mk> diff --git a/games/newvox/distinfo b/games/newvox/distinfo new file mode 100644 index 000000000000..3e02602e7eac --- /dev/null +++ b/games/newvox/distinfo @@ -0,0 +1 @@ +MD5 (newvox-1.0.tar.gz) = 22215352850fbfb27c8bfa8a46136bc6 diff --git a/games/newvox/files/patch-aa b/games/newvox/files/patch-aa new file mode 100644 index 000000000000..f68f771988d6 --- /dev/null +++ b/games/newvox/files/patch-aa @@ -0,0 +1,20 @@ +--- configure.orig Thu Aug 23 05:17:29 2001 ++++ configure Thu Aug 23 05:19:36 2001 +@@ -1112,7 +1112,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> +-#include <SDL/SDL.h> ++#include <SDL.h> + + char* + my_strdup (char *str) +@@ -1205,7 +1205,7 @@ + #include "confdefs.h" + + #include <stdio.h> +-#include <SDL/SDL.h> ++#include <SDL.h> + + int main() { + return 0; diff --git a/games/newvox/pkg-comment b/games/newvox/pkg-comment new file mode 100644 index 000000000000..6952da5441c9 --- /dev/null +++ b/games/newvox/pkg-comment @@ -0,0 +1 @@ +Voxel-style landscape rendering fly-by diff --git a/games/newvox/pkg-descr b/games/newvox/pkg-descr new file mode 100644 index 000000000000..05cdfd65cad7 --- /dev/null +++ b/games/newvox/pkg-descr @@ -0,0 +1,4 @@ +Voxel-style landscape rendering. Move around the landscape +by using the arrow keys. + +WWW: http://www.libsdl.org/projects/newvox diff --git a/games/newvox/pkg-plist b/games/newvox/pkg-plist new file mode 100644 index 000000000000..22d026c7b9d0 --- /dev/null +++ b/games/newvox/pkg-plist @@ -0,0 +1,3 @@ +bin/newvox +%%PORTDOCS%%share/doc/newvox/README +%%PORTDOCS%%@dirrm share/doc/newvox |