summaryrefslogtreecommitdiff
path: root/sysutils/libgtop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/libgtop/Makefile')
-rw-r--r--sysutils/libgtop/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/sysutils/libgtop/Makefile b/sysutils/libgtop/Makefile
deleted file mode 100644
index cad3342883a..00000000000
--- a/sysutils/libgtop/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.3 1998/10/18 22:34:00 tron Exp $
-#
-
-DISTNAME= libgtop-0.26.0
-CATEGORIES= sysutils
-MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
- ftp://ftp.gnome.org/pub/GNOME/sources/ \
- ftp://ftp.geo.net/pub/gnome/sources/
-
-MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://www.gnome.org/
-
-DEPENDS+= gnome-libs-0.30.1:../../x11/gnome-libs
-DEPENDS+= guile-1.2:../../lang/guile
-DEPENDS+= gettext-0.10:../../misc/gettext
-
-NOT_FOR_ARCHS= alpha # problems with gtk
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-
-CONFIGURE_ARGS+= --with-glib-prefix=${LOCALBASE} \
- --with-libgtop-guile --with-catgets
-CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}
-
-post-extract:
- @${MV} ${WRKSRC}/sysdeps/freebsd ${WRKSRC}/sysdeps/bsd
-
-.include "../../mk/bsd.pkg.mk"