2013-03-08 11:51:34 +01:00
|
|
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
1999-08-31 04:00:46 +02:00
|
|
|
# $FreeBSD$
|
1998-10-10 15:44:01 +02:00
|
|
|
|
2006-05-28 17:36:57 +02:00
|
|
|
PORTNAME= gnome-system-monitor
|
2015-08-05 21:13:24 +02:00
|
|
|
PORTVERSION= 3.16.0
|
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
2017-09-10 22:55:38 +02:00
|
|
|
PORTREVISION= 1
|
1999-02-02 15:19:19 +01:00
|
|
|
CATEGORIES= sysutils gnome
|
2008-03-24 04:52:36 +01:00
|
|
|
MASTER_SITES= GNOME
|
2014-11-19 12:49:04 +01:00
|
|
|
DIST_SUBDIR= gnome3
|
1998-10-10 15:44:01 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2014-11-19 12:49:04 +01:00
|
|
|
COMMENT= GNOME 3 system monitor program
|
1998-10-10 15:44:01 +02:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
BUILD_DEPENDS= gnome-icon-theme>=0:misc/gnome-icon-theme \
|
|
|
|
itstool:textproc/itstool
|
|
|
|
LIB_DEPENDS= libgtop-2.0.so:devel/libgtop
|
|
|
|
RUN_DEPENDS= gnome-icon-theme>=0:misc/gnome-icon-theme
|
1999-05-30 05:46:25 +02:00
|
|
|
|
2015-08-05 21:13:24 +02:00
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
|
2017-04-02 20:02:00 +02:00
|
|
|
USES= alias compiler:c++11-lang gettext gmake localbase pathfix pkgconfig tar:xz
|
|
|
|
USE_CXXSTD= c++11
|
2015-08-05 21:13:24 +02:00
|
|
|
USE_GNOME= gtkmm30 intlhack librsvg2 libwnck3
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2014-11-19 12:49:04 +01:00
|
|
|
INSTALL_TARGET= install-strip
|
2004-11-07 23:24:32 +01:00
|
|
|
|
2014-11-19 12:49:04 +01:00
|
|
|
GLIB_SCHEMAS= org.gnome.gnome-system-monitor.enums.xml \
|
|
|
|
org.gnome.gnome-system-monitor.gschema.xml
|
2013-03-08 11:51:34 +01:00
|
|
|
|
1998-10-10 15:44:01 +02:00
|
|
|
.include <bsd.port.mk>
|