aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gnome-system-monitor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gnome-system-monitor/Makefile')
-rw-r--r--sysutils/gnome-system-monitor/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile
deleted file mode 100644
index bf83ba20d07a..000000000000
--- a/sysutils/gnome-system-monitor/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: gtop
-# Version required: 1.0.2
-# Date created: 28 September 1998
-# Whom: Yukihiro Nakai <Nakai@technologist.com>
-#
-# $FreeBSD$
-#
-
-DISTNAME= gtop-1.0.2
-CATEGORIES= sysutils gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/gtop
-
-MAINTAINER= nacai@iname.com
-
-RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
-LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop
-
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
-USE_X_PREFIX= yes
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
- --datadir=${PREFIX}/share/gnome \
- --with-gnome=${PREFIX}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- GTK_CONFIG="${GTK_CONFIG}" \
- LIBS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.mk>