diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-18 21:05:53 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-18 21:05:53 +0000 |
commit | 5c0834bd1bc5660b5c11f55977b2ab5f3e747e59 (patch) | |
tree | 9852518a2e2f6eb1e7a6f38029c2282c7d12abea /x11/mate-desktop/Makefile | |
parent | ede8070bcdee4ce278e9c2ff2ec2bdc51ecd27b9 (diff) |
Notes
Diffstat (limited to 'x11/mate-desktop/Makefile')
-rw-r--r-- | x11/mate-desktop/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/x11/mate-desktop/Makefile b/x11/mate-desktop/Makefile index a797a0b8fe9a..7989f7b0225a 100644 --- a/x11/mate-desktop/Makefile +++ b/x11/mate-desktop/Makefile @@ -3,6 +3,7 @@ PORTNAME= mate-desktop PORTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -15,14 +16,12 @@ LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification PORTSCOUT= limitw:1,even -USES= bison gettext gmake pathfix pkgconfig -USE_XZ= yes +USES= bison gettext gmake libtool pathfix pkgconfig tar:xz USE_MATE= docutils USE_XORG= x11 xrandr -USE_GNOME= gnomehier gdkpixbuf2 glib20 gtk20 intlhack ltverhack +USE_GNOME= gnomehier gdkpixbuf2 glib20 gtk20 intlhack USE_PYTHON= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk=2.0 \ --disable-gtk-doc \ @@ -30,6 +29,7 @@ CONFIGURE_ARGS= --with-gtk=2.0 \ --disable-desktop-docs CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.mate.accessibility-keyboard.gschema.xml \ org.mate.accessibility-startup.gschema.xml \ @@ -49,7 +49,4 @@ GLIB_SCHEMAS= org.mate.accessibility-keyboard.gschema.xml \ org.mate.thumbnailers.gschema.xml \ org.mate.typing-break.gschema.xml -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmate-desktop-2.so.17 - .include <bsd.port.mk> |