summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-system-monitor/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-27 02:35:41 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-27 02:35:41 +0800
commitf23e9aea15cc78be72b8a2ce819fc7f8d2335103 (patch)
treee2cf21cceaf490c95cce8b2acf63847c88410976 /sysutils/gnome-system-monitor/Makefile
parent63bff554e0a1521651a83903187fc71621df45cb (diff)
downloadmarcuscom-ports-f23e9aea15cc78be72b8a2ce819fc7f8d2335103.tar
marcuscom-ports-f23e9aea15cc78be72b8a2ce819fc7f8d2335103.tar.gz
marcuscom-ports-f23e9aea15cc78be72b8a2ce819fc7f8d2335103.tar.bz2
marcuscom-ports-f23e9aea15cc78be72b8a2ce819fc7f8d2335103.tar.lz
marcuscom-ports-f23e9aea15cc78be72b8a2ce819fc7f8d2335103.tar.xz
marcuscom-ports-f23e9aea15cc78be72b8a2ce819fc7f8d2335103.tar.zst
marcuscom-ports-f23e9aea15cc78be72b8a2ce819fc7f8d2335103.zip
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8641 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-system-monitor/Makefile')
-rw-r--r--sysutils/gnome-system-monitor/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile
new file mode 100644
index 000000000..083be484d
--- /dev/null
+++ b/sysutils/gnome-system-monitor/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: gnomesystemmonitor
+# Date created: 09 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/sysutils/gnome-system-monitor/Makefile,v 1.95 2007/03/12 23:11:28 marcus Exp $
+#
+
+PORTNAME= gnome-system-monitor
+PORTVERSION= 2.18.1.1
+PORTREVISION= 1
+CATEGORIES= sysutils gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-system-monitor/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DISTNAME= gnome-system-monitor-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GNOME 2 system monitor program
+
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
+LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \
+ pcre.0:${PORTSDIR}/devel/pcre
+RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
+
+USE_BZIP2= yes
+USE_GETTEXT= yes
+USE_XLIB= yes
+INSTALLS_OMF= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix intlhack gnomehack libwnck gnomevfs2 gnomedocutils
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib -lutil"
+
+GCONF_SCHEMAS= gnome-system-monitor.schemas
+
+.include <bsd.port.mk>