2001-06-10 20:08:40 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: Kisomandel
|
|
|
|
# Date created: Jun 10, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kisomandel
|
|
|
|
PORTVERSION= 0.66
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 7
|
2001-06-10 20:08:40 +02:00
|
|
|
CATEGORIES= graphics
|
2011-03-15 18:45:32 +01:00
|
|
|
MASTER_SITES= SF
|
2001-06-10 20:08:40 +02:00
|
|
|
|
2004-02-06 17:58:43 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A fractal rendering program with nice 3d-display in realtime
|
2001-06-10 20:08:40 +02:00
|
|
|
|
|
|
|
LIB_DEPENDS= png:${PORTSDIR}/graphics/png
|
|
|
|
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/kisomandel
|
2001-06-10 20:08:40 +02:00
|
|
|
USE_BZIP2= yes
|
2004-01-26 10:59:01 +01:00
|
|
|
USE_QT_VER= 3
|
2001-06-10 20:08:40 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2003-10-16 00:23:25 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2001-06-10 20:08:40 +02:00
|
|
|
post-patch:
|
2004-01-26 10:59:01 +01:00
|
|
|
@${REINPLACE_CMD} -e "s,-lqt,-lqt-mt ${PTHREAD_LIBS},g" ${WRKSRC}/configure
|
2002-09-01 18:07:59 +02:00
|
|
|
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \
|
2004-01-26 10:59:01 +01:00
|
|
|
${REINPLACE_CMD} -e "s,-lqt,-lqt-mt ${PTHREAD_LIBS},g"
|
2004-02-19 19:55:33 +01:00
|
|
|
@${REINPLACE_CMD} -e "s,malloc.h,stdlib.h,g" \
|
|
|
|
${WRKSRC}/kisomandel/fractal.cpp
|
|
|
|
@${REINPLACE_CMD} -e "s,-ffast-math -fomit-frame-pointer,${CFLAGS}," \
|
|
|
|
${WRKSRC}/kisomandel/Makefile.in
|
2001-06-10 20:08:40 +02:00
|
|
|
|
2003-10-16 00:23:25 +02:00
|
|
|
.include <bsd.port.post.mk>
|