pkgsrc/sysutils/fsv/Makefile
xtraeme 88bc4c8e37 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.
2004-07-06 15:03:13 +00:00

19 lines
452 B
Makefile

# $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"