# $Id: Portfile,v 1.2 2003/03/17 06:54:45 mij Exp $ PortSystem 1.0 name povray version 3.5 maintainers stewartsmith@mac.com categories graphics description Persistence Of Vision RAYtracer long_description POVRAY is a 'free' and popular Ray Tracer available for many platforms (including UNIX). This is a port of the UNIX version, not the graphical MacOS X version. master_sites \ http://www.povray.org/ftp/pub/povray/Official/Unix/ \ ftp://ftp.povray.org/pub/povray/Official/Unix/ distname povuni_s extract.sufx .tgz checksums povuni_s.tgz md5 bac59e7a86172a5bd0c63af2516e7045 worksrcdir povray-3.50c depends_lib lib:libX11.6:XFree86 lib:libpng.3:libpng lib:libjpeg:jpeg lib:libz.1:zlib lib:libtiff.3:tiff patchfiles src-Makefile.in.diff configure.args --includedir=${prefix}/include post-configure { reinplace "s|#error You must complete the following DISTRIBUTION_MESSAGE macro||" ${worksrcpath}/src/optout.h reinplace "s|#define DISTRIBUTION_MESSAGE_2 \" FILL IN NAME HERE.........................\"|#define DISTRIBUTION_MESSAGE_2 \" DarwinPorts Build, Portfile maintained by Stewart Smith\"|" ${worksrcpath}/src/optout.h }