diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 00:27:12 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 00:27:12 +0000 |
commit | 3604cc1bcf40599aa4fe922828e16347d23c88eb (patch) | |
tree | dbc132a155dc61ca61d8dc4bfe0f6e37f18098bb /graphics/quat-gui | |
parent | e5639a269e48e37d03f5b4f64b4264fbb9af6fe3 (diff) | |
download | ports-3604cc1bcf40599aa4fe922828e16347d23c88eb.tar.gz ports-3604cc1bcf40599aa4fe922828e16347d23c88eb.zip |
Notes
Diffstat (limited to 'graphics/quat-gui')
-rw-r--r-- | graphics/quat-gui/Makefile | 31 | ||||
-rw-r--r-- | graphics/quat-gui/distinfo | 1 | ||||
-rw-r--r-- | graphics/quat-gui/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/quat-gui/pkg-descr | 15 | ||||
-rw-r--r-- | graphics/quat-gui/pkg-plist | 2 |
5 files changed, 50 insertions, 0 deletions
diff --git a/graphics/quat-gui/Makefile b/graphics/quat-gui/Makefile new file mode 100644 index 000000000000..5206ffa6cbb6 --- /dev/null +++ b/graphics/quat-gui/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: quat-gui +# Date created: 2 May 2002 +# Whom: David Yeske <dyeske@yahoo.com> +# +# $FreeBSD$ +# + +PORTNAME= quat +PORTVERSION= 1.11 +CATEGORIES= graphics +MASTER_SITES= http://www.physcip.uni-stuttgart.de/phy11733/download/ +PKGNAMESUFFIX= -gui +DISTNAME= quat-${PORTVERSION:S/.p/pre/} + +MAINTAINER= dyeske@yahoo.com + +LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk + +USE_X_PREFIX= yes +USE_MESA= yes +USE_REINPLACE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -L${X11BASE}/lib" LIBS="-lXext -lGL" + +post-patch: + @${REINPLACE_CMD} -E -e 's,-(march=pentium|O3|ffast-math),,g' \ + ${WRKSRC}/configure + @${REINPLACE_CMD} -E -e 's|-I\.[[:space:]]+-I\$$\(srcdir\)[[:space:]]+||' \ + ${WRKSRC}/gui/Makefile.in + +.include <bsd.port.mk> diff --git a/graphics/quat-gui/distinfo b/graphics/quat-gui/distinfo new file mode 100644 index 000000000000..c8955d1f2427 --- /dev/null +++ b/graphics/quat-gui/distinfo @@ -0,0 +1 @@ +MD5 (quat-1.11.tar.gz) = ca8af28299924d32166278aa2ef30333 diff --git a/graphics/quat-gui/pkg-comment b/graphics/quat-gui/pkg-comment new file mode 100644 index 000000000000..8b835d3cdf55 --- /dev/null +++ b/graphics/quat-gui/pkg-comment @@ -0,0 +1 @@ +A Three-dimensional fractal creator (X11 GUI) diff --git a/graphics/quat-gui/pkg-descr b/graphics/quat-gui/pkg-descr new file mode 100644 index 000000000000..1890e9843c00 --- /dev/null +++ b/graphics/quat-gui/pkg-descr @@ -0,0 +1,15 @@ +Idea and purpose of this program is the calculation of three-dimensional +fractals. The calculated objects are twisted, freely in space +floating (and - of course - fractal) "lumps" which look like made +of dough - in contrast to what is normally called "three-dimensional" +fractals (namely a simple reinterpretation of the two-dimensional +data). + +Generation of a really three dimensional view is possible (3d +stereo). The fractal can be seen three dimensional without any +utilities like 3d glasses. + +WWW: http://www.physcip.uni-stuttgart.de/phy11733/ + +- David +dyeske@yahoo.com diff --git a/graphics/quat-gui/pkg-plist b/graphics/quat-gui/pkg-plist new file mode 100644 index 000000000000..108dc93e754d --- /dev/null +++ b/graphics/quat-gui/pkg-plist @@ -0,0 +1,2 @@ +bin/quat +lib/libquat.a |