2005-09-07 23:05:27 +02:00
|
|
|
# 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
|
2005-11-05 06:22:06 +01:00
|
|
|
PORTREVISION= 1
|
2005-09-07 23:05:27 +02:00
|
|
|
CATEGORIES= graphics kde
|
2005-12-17 19:42:47 +01:00
|
|
|
MASTER_SITES= http://fraqtive.mimec.org/files/
|
2005-09-07 23:05:27 +02:00
|
|
|
|
|
|
|
MAINTAINER= markus@FreeBSD.org
|
|
|
|
COMMENT= Draws Mandelbrot and Julia fractals
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
USE_GL= yes
|
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-09-07 23:05:27 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|