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-menus | |
parent | ede8070bcdee4ce278e9c2ff2ec2bdc51ecd27b9 (diff) | |
download | ports-5c0834bd1bc5660b5c11f55977b2ab5f3e747e59.tar.gz ports-5c0834bd1bc5660b5c11f55977b2ab5f3e747e59.zip |
Notes
Diffstat (limited to 'x11/mate-menus')
-rw-r--r-- | x11/mate-menus/Makefile | 10 | ||||
-rw-r--r-- | x11/mate-menus/pkg-plist | 5 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11/mate-menus/Makefile b/x11/mate-menus/Makefile index 1c926554a566..1df944784d72 100644 --- a/x11/mate-menus/Makefile +++ b/x11/mate-menus/Makefile @@ -3,7 +3,7 @@ PORTNAME= mate-menus PORTVERSION= 1.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -13,17 +13,17 @@ COMMENT= Implementation of the FreeDesktop Desktop Menu Spec PORTSCOUT= limitw:1,even -USES= gettext gmake pathfix pkgconfig -USE_XZ= yes -USE_MATE= autogen common:build intlhack ltverhack +USES= gettext gmake libtool pathfix pkgconfig tar:xz +USE_MATE= autogen common:build intlhack USE_GNOME= glib20 gnomehier introspection:build USE_PYTHON= yes USE_LDCONFIG= 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 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PATHFIX_MAKEFILEIN= Makefile.* +INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e 's|/usr/share/mate|${LOCALBASE}/share/mate|g' \ diff --git a/x11/mate-menus/pkg-plist b/x11/mate-menus/pkg-plist index 346a4e8759d2..534a32f286b2 100644 --- a/x11/mate-menus/pkg-plist +++ b/x11/mate-menus/pkg-plist @@ -1,13 +1,12 @@ etc/xdg/menus/mate-applications.menu etc/xdg/menus/mate-settings.menu include/mate-menus/matemenu-tree.h +lib/girepository-1.0/MateMenu-2.0.typelib lib/libmate-menu.a -lib/libmate-menu.la lib/libmate-menu.so lib/libmate-menu.so.2 -lib/girepository-1.0/MateMenu-2.0.typelib +lib/libmate-menu.so.2.4.9 %%PYTHON_SITELIBDIR%%/matemenu.a -%%PYTHON_SITELIBDIR%%/matemenu.la %%PYTHON_SITELIBDIR%%/matemenu.so libdata/pkgconfig/libmate-menu.pc share/gir-1.0/MateMenu-2.0.gir |