summaryrefslogtreecommitdiff
path: root/x11-fm/fsv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/fsv/Makefile')
-rw-r--r--x11-fm/fsv/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/x11-fm/fsv/Makefile b/x11-fm/fsv/Makefile
deleted file mode 100644
index 66416f837c50..000000000000
--- a/x11-fm/fsv/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: fsv
-# Date created: 06 February 2000
-# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= fsv
-PORTVERSION= 0.9
-PORTREVISION= 6
-CATEGORIES= x11-fm
-MASTER_SITES= SF
-
-MAINTAINER= lx@redundancy.redundancy.org
-COMMENT= 3D filesystem visualizer
-
-LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
-
-USE_GETTEXT= yes
-USE_GL= gl
-USE_GNOME= gtk12
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-GL-prefix=${LOCALBASE}/lib
-
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-
-post-extract:
- -@${RM} ${WRKSRC}/lib/getopt*
-
-.include <bsd.port.mk>