diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-06-10 18:08:40 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-06-10 18:08:40 +0000 |
commit | 12a0fa2886ea994bb3a0b02da929767efc96c4c7 (patch) | |
tree | e45294bb02ece2905c8faaaa72e3b3e2f5ee22a4 /graphics/kisomandel/Makefile | |
parent | e33d3d525c36a65141cadbd0d978fc7300827954 (diff) | |
download | FreeBSD-ports-12a0fa2886ea994bb3a0b02da929767efc96c4c7.zip FreeBSD-ports-12a0fa2886ea994bb3a0b02da929767efc96c4c7.tar.gz |
add kisomandel
A fractal rendering program with nice 3d-display in realtime
Diffstat (limited to 'graphics/kisomandel/Makefile')
-rw-r--r-- | graphics/kisomandel/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/graphics/kisomandel/Makefile b/graphics/kisomandel/Makefile new file mode 100644 index 0000000..0097060 --- /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> |