summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-system-monitor/Makefile
blob: 77dd69f10fbef44cf65bb3fbe2d544981a463c41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
#   $MCom$

PORTNAME=   gnome-system-monitor
PORTVERSION=    3.12.2
CATEGORIES= sysutils gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    GNOME 3 system monitor program

BUILD_DEPENDS=  gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \
        itstool:${PORTSDIR}/textproc/itstool
LIB_DEPENDS=    libgtop-2.0.so:${PORTSDIR}/devel/libgtop
RUN_DEPENDS=    gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme

USES=       gettext gmake pathfix pkgconfig tar:xz
USE_GNOME=  gnomeprefix gtkmm30 intlhack librsvg2 libwnck3
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

GLIB_SCHEMAS=   org.gnome.gnome-system-monitor.enums.xml \
        org.gnome.gnome-system-monitor.gschema.xml

.include <bsd.port.mk>