New port animabob version 1.3.0b: Interactive 3D volume renderer

PR:		40870
Submitted by:	 Igor Pokrovsky <tiamat@telegraph.spb.ru>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2003-06-02 05:24:46 +00:00
parent cfbfaa58be
commit f23b755d9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81969
6 changed files with 73 additions and 0 deletions

View file

@ -13,6 +13,7 @@
SUBDIR += OpenEXR
SUBDIR += aalib
SUBDIR += acidwarp
SUBDIR += animabob
SUBDIR += aoi
SUBDIR += aqsis
SUBDIR += autotrace

View file

@ -0,0 +1,31 @@
# New ports collection makefile for: animabob
# Date created: 21 July 2002
# Whom: Igor Pokrovsky <tiamat@telegraph.spb.ru>
#
# $FreeBSD$
#
PORTNAME= animabob
PORTVERSION= 1.3.0b
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.borg.umn.edu/pub/lcse/grant/AnimaBob/
MAINTAINER= tiamat@telegraph.spb.ru
COMMENT= Interactive 3D volume renderer
USE_IMAKE= yes
USE_MESA= yes
USE_MOTIF= yes
USE_REINPLACE= yes
ALL_TARGET= build
MAN1= animabob.1 icol.1
MANCOMPRESSED= yes
post-build:
# make the doc installation PREFIX safe
@${REINPLACE_CMD} -E \
-e 's|(DOCDIR[[:space:]]*=).*$$|\1${PREFIX}/lib/X11/doc|' \
${WRKSRC}/doc/Makefile
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (animabob-1.3.0b.tar.gz) = a1f4ec05779c385d530d51e8797b5152

View file

@ -0,0 +1,24 @@
--- Imake.h~ Mon Jul 22 07:50:48 2002
+++ Imake.h Mon Jul 22 07:52:51 2002
@@ -3,9 +3,9 @@
XCOMM package binaries and reference pages installed.
XCOMM
-INSTALL_BIN = /usr/local/X11/bin
-INSTALL_MAN = /usr/local/X11/man/man1
-INSTALL_DEF = /usr/local/X11/lib/X11/app-defaults
+INSTALL_BIN = ${PREFIX}/bin
+INSTALL_MAN = ${PREFIX}/man/man1
+INSTALL_DEF = ${PREFIX}/lib/X11/app-defaults
XCOMM
XCOMM If you are using Mesa3D as your OpenGL implementation, and your libraries
@@ -14,7 +14,7 @@
XCOMM OpenGL libraries.
XCOMM
-XCOMM GLPATH = -L/usr/local/lib
+GLPATH = -L${X11BASE}/lib
XCOMM
XCOMM -------------------- DO NOT EDIT BELOW THIS LINE ------------------------

View file

@ -0,0 +1,9 @@
This package contains programs and utilities that are useful for
viewing large 2D and 3D data sets. They are best used at the tail
end of the visualization process, after the data has been post-processed,
scaled, and rasterized.
WWW: http://gfs.lcse.umn.edu/~grant/AnimaBob/
- Igor Pokrovsky
tiamat@telegraph.spb.ru

View file

@ -0,0 +1,7 @@
bin/animabob
bin/icol
lib/X11/app-defaults/Bob
lib/X11/app-defaults/Icol
lib/X11/doc/html/animabob.1.html
lib/X11/doc/html/icol.1.html
lib/X11/doc/html/manindex1.html