summaryrefslogtreecommitdiff
path: root/math/xfractint/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-06-12 14:13:55 +0000
committerrillig <rillig@pkgsrc.org>2006-06-12 14:13:55 +0000
commit10aa714944642bb1b1a71266f6ecc17d4ffe675e (patch)
tree8eb6bce453aa038935ad21450bb8a15bdac1f4f0 /math/xfractint/Makefile
parent2047a292364d194e887c448b49f29c252ba9a9a6 (diff)
downloadpkgsrc-10aa714944642bb1b1a71266f6ecc17d4ffe675e.tar.gz
Imported xfractint.
Xfractint draws a wide variety of fractals. Xfractint is a port of the IBM PC program fractint. Xfractint has online documentation which should be referenced for most operation information. Note that the online documentation is from fractint, and does not always accurately describe xfractint.
Diffstat (limited to 'math/xfractint/Makefile')
-rw-r--r--math/xfractint/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/math/xfractint/Makefile b/math/xfractint/Makefile
new file mode 100644
index 00000000000..13c8024ccf4
--- /dev/null
+++ b/math/xfractint/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/06/12 14:13:55 rillig Exp $
+#
+
+DISTNAME= xfrac310
+PKGNAME= xfractint-3.10
+CATEGORIES= math
+MASTER_SITES= http://spanky.triumf.ca/pub/fractals/programs/unix/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= rillig@NetBSD.org
+HOMEPAGE= http://spanky.triumf.ca/pub/fractals/programs/unix/
+COMMENT= Fractint for X11
+
+WRKSRC= ${WRKDIR}
+USE_LIBTOOL= yes
+
+MAKE_FLAGS+= BINDIR=${PREFIX}/bin
+MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}/man1
+BUILD_TARGET= xfractint
+BUILDLINK_TRANSFORM+= l:ncurses:curses
+
+.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"