1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/graphics/quat/Makefile
Mario Sergio Fujikawa Ferreira e5639a269e New port quat version 1.11: A Three-dimensional fractal creator
(command line only)

Submitted by:	David Yeske <dyeske@yahoo.com>
2002-08-30 00:20:37 +00:00

26 lines
589 B
Makefile

# New ports collection makefile for: quat
# Date created: 26 Aug 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/
MAINTAINER= dyeske@yahoo.com
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-gui
USE_REINPLACE= yes
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}/kernel/Makefile.in
.include <bsd.port.mk>