summaryrefslogtreecommitdiffstats
path: root/graphics/vrml2pov/Makefile
diff options
context:
space:
mode:
authorlme <lme@FreeBSD.org>2007-12-31 18:02:00 +0000
committerlme <lme@FreeBSD.org>2007-12-31 18:02:00 +0000
commitdb1805d14dd75bc00c289d7fa7b0ed25dde45cf2 (patch)
tree8700a5cf13bdd0c1cb58cf22ebc8dd54c682beae /graphics/vrml2pov/Makefile
parent8663e8e57bf5a9c2aad9f784cb5955d2a2a8f499 (diff)
downloadFreeBSD-ports-db1805d14dd75bc00c289d7fa7b0ed25dde45cf2.zip
FreeBSD-ports-db1805d14dd75bc00c289d7fa7b0ed25dde45cf2.tar.gz
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>
Diffstat (limited to 'graphics/vrml2pov/Makefile')
-rw-r--r--graphics/vrml2pov/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/graphics/vrml2pov/Makefile b/graphics/vrml2pov/Makefile
new file mode 100644
index 0000000..0fb8ce3
--- /dev/null
+++ b/graphics/vrml2pov/Makefile
@@ -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>
OpenPOWER on IntegriCloud