diff options
author | Lars Engels <lme@FreeBSD.org> | 2008-01-01 15:35:04 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2008-01-01 15:35:04 +0000 |
commit | 02a20af8cee79d356c6b9ddbc9418e8d9544a6d4 (patch) | |
tree | 7d73b52d3b859e8e77297a208f686a37a78a1291 /graphics/vrml2pov | |
parent | bdbc57bfa10b3bf5fdcba9eeee32b08de9e237b4 (diff) |
Notes
Diffstat (limited to 'graphics/vrml2pov')
-rw-r--r-- | graphics/vrml2pov/Makefile | 7 | ||||
-rw-r--r-- | graphics/vrml2pov/pkg-descr | 1 |
2 files changed, 5 insertions, 3 deletions
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/ |