diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-11-16 05:04:00 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-11-16 05:04:00 +0800 |
commit | d3b8ef4b75da09ebc165292f904985788125a5a9 (patch) | |
tree | 752ace3d25f21a22bda4793e3a9fed92a84f035f /sysutils/gnome-system-monitor/Makefile | |
parent | 92b4cc142bb619c1a358ac75ff3fdf50043582b3 (diff) | |
download | marcuscom-ports-d3b8ef4b75da09ebc165292f904985788125a5a9.tar marcuscom-ports-d3b8ef4b75da09ebc165292f904985788125a5a9.tar.gz marcuscom-ports-d3b8ef4b75da09ebc165292f904985788125a5a9.tar.bz2 marcuscom-ports-d3b8ef4b75da09ebc165292f904985788125a5a9.tar.lz marcuscom-ports-d3b8ef4b75da09ebc165292f904985788125a5a9.tar.xz marcuscom-ports-d3b8ef4b75da09ebc165292f904985788125a5a9.tar.zst marcuscom-ports-d3b8ef4b75da09ebc165292f904985788125a5a9.zip |
Update to 2.21.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9936 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-system-monitor/Makefile')
-rw-r--r-- | sysutils/gnome-system-monitor/Makefile | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile new file mode 100644 index 000000000..aa454b46c --- /dev/null +++ b/sysutils/gnome-system-monitor/Makefile @@ -0,0 +1,39 @@ +# 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.109 2007/10/15 21:02:38 mezz Exp $ +# + +PORTNAME= gnome-system-monitor +PORTVERSION= 2.21.2 +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 \ + 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 +USE_XLIB= yes +INSTALLS_OMF= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix intlhack gnomehack libwnck gnomevfs2 gnomedocutils +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> |