1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

add kisomandel

A fractal rendering program with nice 3d-display in realtime
This commit is contained in:
Ying-Chieh Liao 2001-06-10 18:08:40 +00:00
parent fda2ba326a
commit 620cde65e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43774
7 changed files with 54 additions and 0 deletions

View File

@ -109,6 +109,7 @@
SUBDIR += kdc2tiff
SUBDIR += kdegraphics2
SUBDIR += killustrator
SUBDIR += kisomandel
SUBDIR += kplot3d
SUBDIR += kuickshow
SUBDIR += landscape

View File

@ -0,0 +1,29 @@
# ex:ts=8
# New ports collection makefile for: Kisomandel
# Date created: Jun 10, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= kisomandel
PORTVERSION= 0.66
CATEGORIES= graphics
MASTER_SITES= http://helsteger.supereva.it/kisomandel/
MAINTAINER= ijliao@FreeBSD.org
LIB_DEPENDS= png:${PORTSDIR}/graphics/png
USE_BZIP2= yes
USE_QT_VER= 2
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
post-patch:
@${PERL} -pi -e "s,-lqt,-lqt2,g" ${WRKSRC}/configure
@find ${WRKSRC} -name Makefile.in | xargs \
${PERL} -pi -e "s,-lqt,-lqt2,g"
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (kisomandel-0.66.tar.bz2) = 3878d6679c1691128512e366329b2991

View File

@ -0,0 +1,18 @@
--- configure.orig Mon Jun 11 01:43:57 2001
+++ configure Mon Jun 11 01:44:30 2001
@@ -4476,15 +4476,6 @@
qt_libdirs="$ac_qt_libraries $qt_libdirs"
fi
-test=NONE
-qt_libdir=NONE
-for dir in $qt_libdirs; do
- try="ls -1 $dir/libqt.*"
- if test -n "`$try 2> /dev/null`"; then qt_libdir=$dir; break; else echo "tried $dir" >&5 ; fi
-done
-
-ac_qt_libraries="$qt_libdir"
-
ac_ext=C
# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.

View File

@ -0,0 +1 @@
A fractal rendering program with nice 3d-display in realtime

View File

@ -0,0 +1,3 @@
A fractal rendering program with nice 3d-display in realtime
WWW: http://members.tripod.de/HelmutSteger/

View File

@ -0,0 +1 @@
bin/kisomandel