mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
889ec1900a
It uses a very fast algorithm and generates high quality, smooth images. It is fully interactive, allowing for real-time mouse navigation and dynamic generation of the Julia fractal preview. OpenGL-rendered 3D view of the fractals is also supported. WWW: http://zeus.polsl.gliwice.pl/~mimec/index.php?id=fraqtive
27 lines
560 B
Makefile
27 lines
560 B
Makefile
# New ports collection makefile for: fraqtive
|
|
# Date created: Wed Sep 7 22:29:05 CEST 2005
|
|
# Whom: Markus Brueffer <markus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fraqtive
|
|
PORTVERSION= 0.3.1
|
|
CATEGORIES= graphics kde
|
|
MASTER_SITES= http://zeus.polsl.gliwice.pl/%7Emimec/files/
|
|
|
|
MAINTAINER= markus@FreeBSD.org
|
|
COMMENT= Draws Mandelbrot and Julia fractals
|
|
|
|
USE_BZIP2= yes
|
|
USE_KDELIBS_VER=3
|
|
USE_GL= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_REINPLACE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
.include <bsd.port.mk>
|