freebsd-ports/graphics/kisomandel/Makefile

40 lines
973 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: Kisomandel
# Date created: Jun 10, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= kisomandel
PORTVERSION= 0.66
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= arved
2004-02-06 11:58:43 -05:00
MAINTAINER= ports@FreeBSD.org
COMMENT= A fractal rendering program with nice 3d-display in realtime
LIB_DEPENDS= png:${PORTSDIR}/graphics/png
2004-02-05 15:38:07 -05:00
PLIST_FILES= bin/kisomandel
USE_BZIP2= yes
USE_QT_VER= 3
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
2003-10-15 18:23:25 -04:00
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e "s,-lqt,-lqt-mt ${PTHREAD_LIBS},g" ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \
${REINPLACE_CMD} -e "s,-lqt,-lqt-mt ${PTHREAD_LIBS},g"
2004-02-19 13:55:33 -05: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
2003-10-15 18:23:25 -04:00
.include <bsd.port.post.mk>