aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2008-01-01 15:35:04 +0000
committerLars Engels <lme@FreeBSD.org>2008-01-01 15:35:04 +0000
commit02a20af8cee79d356c6b9ddbc9418e8d9544a6d4 (patch)
tree7d73b52d3b859e8e77297a208f686a37a78a1291
parentbdbc57bfa10b3bf5fdcba9eeee32b08de9e237b4 (diff)
downloadports-02a20af8cee79d356c6b9ddbc9418e8d9544a6d4.tar.gz
ports-02a20af8cee79d356c6b9ddbc9418e8d9544a6d4.zip
Notes
-rw-r--r--LEGAL1
-rw-r--r--graphics/vrml2pov/Makefile7
-rw-r--r--graphics/vrml2pov/pkg-descr1
3 files changed, 6 insertions, 3 deletions
diff --git a/LEGAL b/LEGAL
index 86c728a8bc18..e052dbd588ca 100644
--- a/LEGAL
+++ b/LEGAL
@@ -624,6 +624,7 @@ VMware-workstation-* emulators/vmware3 Not sure if we can redistribute this
VTK-* math/vtk Portions contain patented algorithms
and may require a license for
commercial use
+vrml2pov-src* graphics/vrml2pov Redistribution is not allowed
waeijiro-fpw-* japanese/waeijiro-fpw The original dictionary is not free
warsow/* games/linux-warsow Redistribution is limited, art
is copyrighted
diff --git a/graphics/vrml2pov/Makefile b/graphics/vrml2pov/Makefile
index 0fb8ce3b6ef2..ce60244793e4 100644
--- a/graphics/vrml2pov/Makefile
+++ b/graphics/vrml2pov/Makefile
@@ -1,12 +1,13 @@
# New ports collection makefile for: vrml2pov
# Date created: 31 December 2007
-# Whom: dieringe@zedat.fu-berlin.de
+# Whom: Martin Dieringer <dieringe@zedat.fu-berlin.de>
#
# $FreeBSD$
#
PORTNAME= vrml2pov
PORTVERSION= 0.7
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.chemicalgraphics.com/paul/vrml2pov/dist/v${PORTVERSION}/
DISTNAME= vrml2pov-src
@@ -14,6 +15,8 @@ DISTNAME= vrml2pov-src
MAINTAINER= dieringe@zedat.fu-berlin.de
COMMENT= Convert VRML files to POVRay source
+RESTRICTED= Redistribution is not allowed
+
USE_ZIP= yes
USE_GMAKE= yes
MAKEFILE= makefile
@@ -22,6 +25,6 @@ PLIST_FILES= bin/vrml2pov
NO_WRKSUBDIR= yes
do-install:
- ${INSTALL} ${WRKSRC}/vrml2pov ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/vrml2pov ${PREFIX}/bin
.include <bsd.port.mk>
diff --git a/graphics/vrml2pov/pkg-descr b/graphics/vrml2pov/pkg-descr
index 17a4eb496bd6..39679261e8fa 100644
--- a/graphics/vrml2pov/pkg-descr
+++ b/graphics/vrml2pov/pkg-descr
@@ -1,4 +1,3 @@
Program to convert VRML files to POVRay source.
-
WWW: http://www.chemicalgraphics.com/paul/vrml2pov/