Program to convert VRML files to POVRay source.
WWW: http://www.chemicalgraphics.com/paul/vrml2pov/ PR: ports/119182 Submitted by: Martin Dieringer <martin.dieringer (AT) gmx.de>
This commit is contained in:
parent
c7e6df5974
commit
a0b803f2d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204769
4 changed files with 35 additions and 0 deletions
|
@ -730,6 +730,7 @@
|
|||
SUBDIR += visionegg
|
||||
SUBDIR += visprint
|
||||
SUBDIR += vp
|
||||
SUBDIR += vrml2pov
|
||||
SUBDIR += vvv
|
||||
SUBDIR += whirlgif
|
||||
SUBDIR += white_dune
|
||||
|
|
27
graphics/vrml2pov/Makefile
Normal file
27
graphics/vrml2pov/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: vrml2pov
|
||||
# Date created: 31 December 2007
|
||||
# Whom: dieringe@zedat.fu-berlin.de
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= vrml2pov
|
||||
PORTVERSION= 0.7
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.chemicalgraphics.com/paul/vrml2pov/dist/v${PORTVERSION}/
|
||||
DISTNAME= vrml2pov-src
|
||||
|
||||
MAINTAINER= dieringe@zedat.fu-berlin.de
|
||||
COMMENT= Convert VRML files to POVRay source
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_GMAKE= yes
|
||||
MAKEFILE= makefile
|
||||
|
||||
PLIST_FILES= bin/vrml2pov
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL} ${WRKSRC}/vrml2pov ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/vrml2pov/distinfo
Normal file
3
graphics/vrml2pov/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (vrml2pov-src.zip) = cd2b0fc008da2f69972b06e58f942a12
|
||||
SHA256 (vrml2pov-src.zip) = 3c6d7984c314c790bad666612873c637c10416d1ddfdf84dc3115a430323a345
|
||||
SIZE (vrml2pov-src.zip) = 56267
|
4
graphics/vrml2pov/pkg-descr
Normal file
4
graphics/vrml2pov/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Program to convert VRML files to POVRay source.
|
||||
|
||||
|
||||
WWW: http://www.chemicalgraphics.com/paul/vrml2pov/
|
Loading…
Reference in a new issue