summaryrefslogtreecommitdiff
path: root/sysutils/gnomesystemmonitor/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-12-17 08:18:04 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-12-17 08:18:04 +0000
commitc9725fb85b442f5229246e7b4e1c53e913dbbb90 (patch)
treee00c7b9a13c8748065f79c57e9e81d9a1239e743 /sysutils/gnomesystemmonitor/Makefile
parentee7f9aa44a92849ab34d5b387a3d79f974023b65 (diff)
Diffstat (limited to 'sysutils/gnomesystemmonitor/Makefile')
-rw-r--r--sysutils/gnomesystemmonitor/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/sysutils/gnomesystemmonitor/Makefile b/sysutils/gnomesystemmonitor/Makefile
deleted file mode 100644
index 38fdb495747b..000000000000
--- a/sysutils/gnomesystemmonitor/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: gtop
-# Version required: 1.0.5
-# Date created: 28 September 1998
-# Whom: Yukihiro Nakai <Nakai@technologist.com>
-#
-# $FreeBSD$
-#
-
-DISTNAME= gtop-1.0.5
-CATEGORIES= sysutils gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= stable/sources/gtop
-
-MAINTAINER= nakai@FreeBSD.org
-
-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>