diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-30 00:27:12 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-30 00:27:12 +0000 |
commit | 473212bcfdc7157ac90e8032c30d443ea695af09 (patch) | |
tree | 9cf935c4014da0dafa1ee56bfd434c0058a25fac /graphics/quat-gui/Makefile | |
parent | daea608fc5605a80c4e17181dc38ebee10537e5f (diff) | |
download | FreeBSD-ports-473212bcfdc7157ac90e8032c30d443ea695af09.zip FreeBSD-ports-473212bcfdc7157ac90e8032c30d443ea695af09.tar.gz |
New port quat-gui version 1.11: A Three-dimensional fractal creator
(X11 GUI)
Submitted by: David Yeske <dyeske@yahoo.com>
Diffstat (limited to 'graphics/quat-gui/Makefile')
-rw-r--r-- | graphics/quat-gui/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/graphics/quat-gui/Makefile b/graphics/quat-gui/Makefile new file mode 100644 index 0000000..5206ffa --- /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> |