add kisomandel
A fractal rendering program with nice 3d-display in realtime
This commit is contained in:
parent
fda2ba326a
commit
620cde65e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43774
@ -109,6 +109,7 @@
|
||||
SUBDIR += kdc2tiff
|
||||
SUBDIR += kdegraphics2
|
||||
SUBDIR += killustrator
|
||||
SUBDIR += kisomandel
|
||||
SUBDIR += kplot3d
|
||||
SUBDIR += kuickshow
|
||||
SUBDIR += landscape
|
||||
|
29
graphics/kisomandel/Makefile
Normal file
29
graphics/kisomandel/Makefile
Normal 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>
|
1
graphics/kisomandel/distinfo
Normal file
1
graphics/kisomandel/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (kisomandel-0.66.tar.bz2) = 3878d6679c1691128512e366329b2991
|
18
graphics/kisomandel/files/patch-configure
Normal file
18
graphics/kisomandel/files/patch-configure
Normal 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.
|
1
graphics/kisomandel/pkg-comment
Normal file
1
graphics/kisomandel/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A fractal rendering program with nice 3d-display in realtime
|
3
graphics/kisomandel/pkg-descr
Normal file
3
graphics/kisomandel/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A fractal rendering program with nice 3d-display in realtime
|
||||
|
||||
WWW: http://members.tripod.de/HelmutSteger/
|
1
graphics/kisomandel/pkg-plist
Normal file
1
graphics/kisomandel/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/kisomandel
|
Loading…
Reference in New Issue
Block a user