diff options
author | tijl <tijl@FreeBSD.org> | 2014-05-19 05:05:53 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-05-19 05:05:53 +0800 |
commit | aae836beca734b4db58397cc3167ab6e04c61efd (patch) | |
tree | 9852518a2e2f6eb1e7a6f38029c2282c7d12abea /sysutils/mate-system-monitor/Makefile | |
parent | c92ac24752cbb479c0f7cfa3e571e966f046ce0a (diff) | |
download | freebsd-ports-gnome-aae836beca734b4db58397cc3167ab6e04c61efd.tar.gz freebsd-ports-gnome-aae836beca734b4db58397cc3167ab6e04c61efd.tar.zst freebsd-ports-gnome-aae836beca734b4db58397cc3167ab6e04c61efd.zip |
For several MATE related ports:
- USES=libtool tar:xz.
- INSTALL_TARGET=install-strip.
- Add CONFIGURE_ARGS=--disable-static to ports that only install plugins.
Diffstat (limited to 'sysutils/mate-system-monitor/Makefile')
-rw-r--r-- | sysutils/mate-system-monitor/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/mate-system-monitor/Makefile b/sysutils/mate-system-monitor/Makefile index 1e409dd86b8a..f294ad9eed19 100644 --- a/sysutils/mate-system-monitor/Makefile +++ b/sysutils/mate-system-monitor/Makefile @@ -3,7 +3,7 @@ PORTNAME= mate-system-monitor PORTVERSION= 1.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -16,12 +16,11 @@ LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop \ PORTSCOUT= limitw:1,even -USES= gettext gmake pathfix pkgconfig -USE_XZ= yes +USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_MATE= docutils icontheme libmatewnck USE_GNOME= glib20 gnomehier gtk20 librsvg2 intlhack libxml2 gtkmm24 INSTALLS_OMF= yes -USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtoolize:env GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-lutil" CPPFLAGS+= -I${LOCALBASE}/include |