summaryrefslogtreecommitdiff
path: root/sysutils/fsv/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-07-06 15:03:13 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-07-06 15:03:13 +0000
commited5293dced2e20cd2cf86b5ea8483a09d64ce61c (patch)
treee2c8e147854277c0c4b847606b56f9e4d1179fa2 /sysutils/fsv/Makefile
parent876696783f11541b10000ce93c9518d085c647ba (diff)
downloadpkgsrc-ed5293dced2e20cd2cf86b5ea8483a09d64ce61c.tar.gz
Initial import of fsv-0.9 from pkgsrc-wip.
fsv (pronounced eff-ess-vee) is a file system visualizer in cyberspace. It lays out files and directories in three dimensions, geometrically representing the file system hierarchy to allow visual overview and analysis. fsv can visualize a modest home directory, a workstation's hard drive, or any arbitrarily large collection of files, limited only by the host computer's memory and graphics hardware.
Diffstat (limited to 'sysutils/fsv/Makefile')
-rw-r--r--sysutils/fsv/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/fsv/Makefile b/sysutils/fsv/Makefile
new file mode 100644
index 00000000000..5b2bf58f148
--- /dev/null
+++ b/sysutils/fsv/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/06 15:03:13 xtraeme Exp $
+#
+
+DISTNAME= fsv-0.9
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fsv/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://fsv.sourceforge.net/
+COMMENT= 3D filesystem visualizer
+
+USE_BUILDLINK3= yes
+GNU_CONFIGURE= yes
+USE_GNU_TOOLS+= make
+USE_X11= yes
+
+.include "../../x11/gtkglarea/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"