1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

add vterrain-apps

Virtual Terrain Project Applications

PR:		30827
Submitted by:	Randall Hopper <aa8vb@nc.rr.com>
This commit is contained in:
Ying-Chieh Liao 2001-10-17 18:55:36 +00:00
parent ae287a0db0
commit ba58b3ef2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48880
7 changed files with 61 additions and 0 deletions

View File

@ -288,6 +288,7 @@
SUBDIR += vid
SUBDIR += view3ds
SUBDIR += vlc
SUBDIR += vterrain-apps
SUBDIR += vterrain-sdk
SUBDIR += whirlgif
SUBDIR += win32-codecs

View File

@ -0,0 +1,37 @@
# New ports collection makefile for: vterrain-apps
# Date created: 27 Apr 2001
# Whom: Randall Hopper
#
# $FreeBSD$
#
PORTNAME= vterrain-apps
PORTVERSION= 010829
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.vterrain.org/pub/vterrain/dist/
DISTNAME= TerrainApps-${PORTVERSION}
MAINTAINER= aa8vb@nc.rr.com
LIB_DEPENDS= vtdata.1:${PORTSDIR}/graphics/vterrain-sdk \
wx_gtk_gl.2:${PORTSDIR}/x11-toolkits/wxgtk \
netcdf.1:${PORTSDIR}/math/netcdf \
osg.1:${PORTSDIR}/graphics/osg \
png.4:${PORTSDIR}/graphics/png
WRKSRC= ${WRKDIR}/TerrainApps
USE_ZIP= yes
EXTRACT_BEFORE_ARGS+= -a
USE_X_PREFIX= yes
USE_MESA= yes
INSTALLS_SHLIB= yes
USE_GMAKE= yes
MAKE_ENV= CXX="${CXX}" \
COPT="${CXXFLAGS} -fpic -DPIC" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Enviro/wxEnviro ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (TerrainApps-010829.zip) = 89c8175863f57e5d22544098b2dcc47e

View File

@ -0,0 +1,11 @@
--- ORIG/Make.defs Tue Aug 28 20:35:10 2001
+++ Make.defs Wed Aug 29 16:58:09 2001
@@ -91,7 +91,7 @@
# NOTE: VTP_ROOT is set in each Makefile
APIS_DIR = $(VTP_ROOT)/APIs
-TERRAIN_SDK_DIR = $(VTP_ROOT)/TerrainSDK
+TERRAIN_SDK_DIR = $(X11BASE)/include/TerrainSDK
TERRAIN_APPS_DIR = $(VTP_ROOT)/TerrainApps
VTDATA_DIR = $(TERRAIN_SDK_DIR)/vtdata
VTLIB_DIR = $(TERRAIN_SDK_DIR)/vtlib

View File

@ -0,0 +1 @@
Virtual Terrain Project Applications

View File

@ -0,0 +1,9 @@
VTP Apps - Virtual Terrain Project Applications
The goal of VTP is to foster the creation of tools for easily constructing
any part of the real world in interactive, 3D digital form.
The VTP applications provide the ability to construct (VTBuilder) and
interactively view (Enviro) 3D virtual terrains.
WWW: http://www.vterrain.org/

View File

@ -0,0 +1 @@
bin/wxEnviro