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 /graphics | |
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 'graphics')
-rw-r--r-- | graphics/mate-image-viewer/Makefile | 10 | ||||
-rw-r--r-- | graphics/mate-image-viewer/pkg-plist | 7 |
2 files changed, 4 insertions, 13 deletions
diff --git a/graphics/mate-image-viewer/Makefile b/graphics/mate-image-viewer/Makefile index e60c80bc6901..5fde7402d4ec 100644 --- a/graphics/mate-image-viewer/Makefile +++ b/graphics/mate-image-viewer/Makefile @@ -16,14 +16,12 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg PORTSCOUT= limitw:1,even -USES= desktop-file-utils gettext gmake pathfix pkgconfig \ - shared-mime-info -USE_XZ= yes +USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ + shared-mime-info tar:xz USE_MATE= desktop docutils icontheme USE_XORG= x11 USE_GNOME= gdkpixbuf2 glib20 gnomehier gtk20 librsvg2 libxml2 INSTALLS_OMF= yes -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk-doc \ --with-html-dir=${PREFIX}/share/doc \ @@ -32,6 +30,7 @@ CONFIGURE_ARGS= --disable-gtk-doc \ INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.mate.eom.gschema.xml @@ -69,7 +68,4 @@ PLIST_SUB+= EXIFEXEMPI="" PLIST_SUB+= EXIFEXEMPI="@comment " .endif -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/eom/plugins/*.so - .include <bsd.port.mk> diff --git a/graphics/mate-image-viewer/pkg-plist b/graphics/mate-image-viewer/pkg-plist index 62306984d884..d35326be6acc 100644 --- a/graphics/mate-image-viewer/pkg-plist +++ b/graphics/mate-image-viewer/pkg-plist @@ -23,14 +23,8 @@ include/eom-2.20/eom/eom-thumbnail.h include/eom-2.20/eom/eom-transform.h include/eom-2.20/eom/eom-window.h lib/eom/plugins/fullscreen.eom-plugin -lib/eom/plugins/libfullscreen.a -lib/eom/plugins/libfullscreen.la lib/eom/plugins/libfullscreen.so -lib/eom/plugins/libreload.a -lib/eom/plugins/libreload.la lib/eom/plugins/libreload.so -lib/eom/plugins/libstatusbar-date.a -lib/eom/plugins/libstatusbar-date.la lib/eom/plugins/libstatusbar-date.so lib/eom/plugins/reload.eom-plugin lib/eom/plugins/statusbar-date.eom-plugin @@ -468,6 +462,7 @@ share/omf/eom/eom-zh_TW.omf @dirrm share/mate-image-viewer/icons/hicolor @dirrm share/mate-image-viewer/icons @dirrm share/mate-image-viewer +@dirrm share/doc/eom @dirrm lib/eom/plugins @dirrm lib/eom @dirrm include/eom-2.20/eom |