summaryrefslogtreecommitdiffstats
path: root/x11-fm/nemo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/nemo/Makefile')
-rw-r--r--x11-fm/nemo/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-fm/nemo/Makefile b/x11-fm/nemo/Makefile
index 17a243ddb..7baf407f1 100644
--- a/x11-fm/nemo/Makefile
+++ b/x11-fm/nemo/Makefile
@@ -4,6 +4,7 @@
PORTNAME= nemo
PORTVERSION= 2.2.0
+PORTREVISION= 1
CATEGORIES= x11-fm gnome
MASTER_SITES= http://github.com/linuxmint/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/
DIST_SUBDIR= gnome3
@@ -23,16 +24,17 @@ LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif \
RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \
${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas
-USES= desktop-file-utils gettext gmake pathfix \
+USES= desktop-file-utils gettext gmake libtool:keepla pathfix \
pkgconfig shared-mime-info
USE_GNOME= gnomedesktop3 gnomeprefix intlhack introspection:build \
libxml2 pygobject3
INSTALLS_ICONS= yes
USE_PYTHON= 2
-USE_AUTOTOOLS= libtool autoconf automake
+USE_AUTOTOOLS= libtoolize autoconf automake
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --enable-static --disable-packagekit
GLIB_SCHEMAS= org.nemo.gschema.xml
@@ -88,7 +90,4 @@ post-patch:
pre-configure:
cd ${WRKSRC} && NOCONFIGURE=yes ${SH} ./autogen.sh
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnemo-extension.so.5
-
.include <bsd.port.mk>