summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-system-monitor/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-11-15 04:14:15 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-11-15 04:14:15 +0800
commit409166cba64d1a710388facc222322a25460b9b0 (patch)
treef26e5b2707cc414f27e17ab0b1c7723019d755a6 /sysutils/gnome-system-monitor/Makefile
parentf3ba293a22501795f4fc0c820df90449fed3a045 (diff)
downloadmarcuscom-ports-409166cba64d1a710388facc222322a25460b9b0.tar
marcuscom-ports-409166cba64d1a710388facc222322a25460b9b0.tar.gz
marcuscom-ports-409166cba64d1a710388facc222322a25460b9b0.tar.bz2
marcuscom-ports-409166cba64d1a710388facc222322a25460b9b0.tar.lz
marcuscom-ports-409166cba64d1a710388facc222322a25460b9b0.tar.xz
marcuscom-ports-409166cba64d1a710388facc222322a25460b9b0.tar.zst
marcuscom-ports-409166cba64d1a710388facc222322a25460b9b0.zip
Update to 2.5.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1331 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-system-monitor/Makefile')
-rw-r--r--sysutils/gnome-system-monitor/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile
new file mode 100644
index 000000000..2261a7121
--- /dev/null
+++ b/sysutils/gnome-system-monitor/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: gnomesystemmonitor
+# Date created: 09 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/sysutils/gnomesystemmonitor/Makefile,v 1.49 2003/09/18 06:49:27 marcus Exp $
+#
+
+PORTNAME= gnomesystemmonitor
+PORTVERSION= 2.5.1
+CATEGORIES= sysutils gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-system-monitor/2.5
+DISTNAME= gnome-system-monitor-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GNOME 2 system monitor program
+
+LIB_DEPENDS= gtop-2.0.2:${PORTSDIR}/devel/libgtop2
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_REINPLACE= yes
+USE_GNOME= gnomeprefix gnomehack libgnomeui libwnck
+USE_LIBTOOL= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib -lutil"
+
+.include <bsd.port.mk>