04d6f52202
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
33 lines
841 B
Makefile
33 lines
841 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mate-system-monitor
|
|
PORTVERSION= 1.12.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils mate
|
|
MASTER_SITES= MATE
|
|
DIST_SUBDIR= mate
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= MATE system monitor program
|
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool
|
|
LIB_DEPENDS= libgtop-2.0.so:devel/libgtop \
|
|
libdbus-glib-1.so:devel/dbus-glib
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= alias compiler:c++11-lang gettext gmake pathfix \
|
|
pkgconfig tar:xz
|
|
USE_MATE= icontheme
|
|
USE_GNOME= gtk20 gtkmm24 intlhack librsvg2 libwnck libxml2
|
|
CONFIGURE_ARGS= --with-gtk=2.0
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LIBS="-lutil" DATADIRNAME="share"
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
GLIB_SCHEMAS= org.mate.system-monitor.enums.xml \
|
|
org.mate.system-monitor.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|