VERSION=3.10 BUILD=1 ARCH=i386 PKGNAME=xfractint-$VERSION-$ARCH-$BUILD PROGNAME="Xfractint" DESC="\ Xfractint draws a wide variety of fractals. Xfractint is a port of \n\ the DOS program Fractint. The primary original authors of Fractint \n\ are Bert Tyler, Timothy Wegner, Mark Peterson, and Pieter \n\ Branderhorst. The Xfractint port is by Ken Shirriff." MAINTAINER="Logan Johnson " SOURCE=http://home.swbell.net/sdboyd56/xfractint/xfractint.html IGNOREPATH=/etc:/home:/var:/dev:/root:/tmp:/mnt:/cdrom STRIPLIB=y STRIPBIN=y TAG=REC compile() { tar -xvzf $CWD/xfractint-$VERSION.tar.gz cd xfractint-$VERSION/ # zcat $CWD/xfractint-$VERSION.sqrt.diff.gz | patch -p1 make } install() { cp xfractint /usr/X11R6/bin cp xfractint.man /usr/X11R6/man/man1/xfractint.1 mkdir -p /usr/X11R6/lib/xfractint cp -a *.par *.frm *.ifs *.l *.map *.hlp /usr/X11R6/lib/xfractint mkdir -p /usr/doc/xfractint-$VERSION cp README /usr/doc/xfractint-$VERSION }