diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-02-22 16:21:20 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-02-22 16:21:20 +0800 |
commit | 6220379b4c0c285c9e125ee5a1bfc82ac783fe4a (patch) | |
tree | 4b5046c791e797a2daa9bcd1be7c977bd16e6c02 /sysutils/gnome-system-monitor/Makefile | |
parent | 188a7f6c017f42b077f6e93efc6faef2ae43a3e0 (diff) | |
download | marcuscom-ports-6220379b4c0c285c9e125ee5a1bfc82ac783fe4a.tar marcuscom-ports-6220379b4c0c285c9e125ee5a1bfc82ac783fe4a.tar.gz marcuscom-ports-6220379b4c0c285c9e125ee5a1bfc82ac783fe4a.tar.bz2 marcuscom-ports-6220379b4c0c285c9e125ee5a1bfc82ac783fe4a.tar.lz marcuscom-ports-6220379b4c0c285c9e125ee5a1bfc82ac783fe4a.tar.xz marcuscom-ports-6220379b4c0c285c9e125ee5a1bfc82ac783fe4a.tar.zst marcuscom-ports-6220379b4c0c285c9e125ee5a1bfc82ac783fe4a.zip |
Update to 2.25.91.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11904 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-system-monitor/Makefile')
-rw-r--r-- | sysutils/gnome-system-monitor/Makefile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile new file mode 100644 index 000000000..6e7ed0fb0 --- /dev/null +++ b/sysutils/gnome-system-monitor/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: gnomesystemmonitor +# Date created: 09 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= gnome-system-monitor +PORTVERSION= 2.25.91 +CATEGORIES= sysutils gnome +MASTER_SITES= GNOME +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 \ + gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme + +USE_BZIP2= yes +USE_GETTEXT= yes +INSTALLS_OMF= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix intlhack gnomehack libwnck gnomevfs2 gnomedocutils \ + librsvg2 +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-pcrecpp +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -lutil" + +GCONF_SCHEMAS= gnome-system-monitor.schemas + +.include <bsd.port.mk> |