diff options
-rw-r--r-- | graphics/vrml2pov/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/vrml2pov/Makefile b/graphics/vrml2pov/Makefile index 9612051e6a4a..b11a8cc153a2 100644 --- a/graphics/vrml2pov/Makefile +++ b/graphics/vrml2pov/Makefile @@ -12,12 +12,14 @@ CATEGORIES= graphics MASTER_SITES= http://www.chemicalgraphics.com/paul/vrml2pov/dist/v${PORTVERSION}/ DISTNAME= vrml2pov-src -MAINTAINER= dieringe@zedat.fu-berlin.de +MAINTAINER= ports@FreeBSD.org COMMENT= Convert VRML files to POVRay source RESTRICTED= Redistribution is not allowed BROKEN= unfetchable +DEPRECATED= "${BROKEN}" +EXPIRATION_DATE= 2012-03-21 USE_ZIP= yes USE_GMAKE= yes |