diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-10 18:08:40 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-10 18:08:40 +0000 |
commit | 620cde65e37b8ddb3ab5bb8b8f60e95a7c80e08d (patch) | |
tree | 6624a97f2a246db2a660320702b3903d9e3bc9d6 /graphics/kisomandel | |
parent | fda2ba326a6647809c84da9e884850ba23b8b45a (diff) | |
download | ports-620cde65e37b8ddb3ab5bb8b8f60e95a7c80e08d.tar.gz ports-620cde65e37b8ddb3ab5bb8b8f60e95a7c80e08d.zip |
Notes
Diffstat (limited to 'graphics/kisomandel')
-rw-r--r-- | graphics/kisomandel/Makefile | 29 | ||||
-rw-r--r-- | graphics/kisomandel/distinfo | 1 | ||||
-rw-r--r-- | graphics/kisomandel/files/patch-configure | 18 | ||||
-rw-r--r-- | graphics/kisomandel/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/kisomandel/pkg-descr | 3 | ||||
-rw-r--r-- | graphics/kisomandel/pkg-plist | 1 |
6 files changed, 53 insertions, 0 deletions
diff --git a/graphics/kisomandel/Makefile b/graphics/kisomandel/Makefile new file mode 100644 index 000000000000..009706083d0b --- /dev/null +++ b/graphics/kisomandel/Makefile @@ -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> diff --git a/graphics/kisomandel/distinfo b/graphics/kisomandel/distinfo new file mode 100644 index 000000000000..98aa682d19d1 --- /dev/null +++ b/graphics/kisomandel/distinfo @@ -0,0 +1 @@ +MD5 (kisomandel-0.66.tar.bz2) = 3878d6679c1691128512e366329b2991 diff --git a/graphics/kisomandel/files/patch-configure b/graphics/kisomandel/files/patch-configure new file mode 100644 index 000000000000..6722d1e11cda --- /dev/null +++ b/graphics/kisomandel/files/patch-configure @@ -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. diff --git a/graphics/kisomandel/pkg-comment b/graphics/kisomandel/pkg-comment new file mode 100644 index 000000000000..4f83fa7f31e5 --- /dev/null +++ b/graphics/kisomandel/pkg-comment @@ -0,0 +1 @@ +A fractal rendering program with nice 3d-display in realtime diff --git a/graphics/kisomandel/pkg-descr b/graphics/kisomandel/pkg-descr new file mode 100644 index 000000000000..4745aade21e3 --- /dev/null +++ b/graphics/kisomandel/pkg-descr @@ -0,0 +1,3 @@ +A fractal rendering program with nice 3d-display in realtime + +WWW: http://members.tripod.de/HelmutSteger/ diff --git a/graphics/kisomandel/pkg-plist b/graphics/kisomandel/pkg-plist new file mode 100644 index 000000000000..730f7950dcf9 --- /dev/null +++ b/graphics/kisomandel/pkg-plist @@ -0,0 +1 @@ +bin/kisomandel |