diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-01 18:03:31 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-01 18:03:31 +0000 |
commit | b66c3e6216b1ecca48c85c85a1c584c516bece18 (patch) | |
tree | aa0d2813f85335803f84dabcba99500079e2ddb4 /x11 | |
parent | 2608650b3ce640e99a87ef4f14acbd9fc88d3d0f (diff) | |
download | freebsd-ports-b66c3e6216b1ecca48c85c85a1c584c516bece18.zip |
- Convert to USES=libtool and USES=python
- Add INSTALL_TARGET=install-strip
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-menus/Makefile | 10 | ||||
-rw-r--r-- | x11/gnome-menus/pkg-plist | 3 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/gnome-menus/Makefile b/x11/gnome-menus/Makefile index 684dd717e1ff..0675d2272439 100644 --- a/x11/gnome-menus/Makefile +++ b/x11/gnome-menus/Makefile @@ -4,7 +4,7 @@ PORTNAME= gnome-menus PORTVERSION= 2.30.5 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -12,13 +12,13 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Implementation of the FreeDesktop Desktop Menu Spec -USE_GNOME= gnomeprefix intlhack glib20 ltverhack introspection:build -USES= pkgconfig gettext gmake pathfix tar:bzip2 -USE_AUTOTOOLS= libtool -USE_PYTHON= 2 +USES= gettext gmake libtool pathfix pkgconfig python tar:bzip2 +USE_GNOME= gnomeprefix intlhack glib20 introspection:build +GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e 's|applications.menu||' \ diff --git a/x11/gnome-menus/pkg-plist b/x11/gnome-menus/pkg-plist index a0703b292bb6..2edc9405c84d 100644 --- a/x11/gnome-menus/pkg-plist +++ b/x11/gnome-menus/pkg-plist @@ -3,11 +3,10 @@ etc/xdg/menus/settings.menu include/gnome-menus/gmenu-tree.h lib/girepository-1.0/GMenu-2.0.typelib lib/libgnome-menu.a -lib/libgnome-menu.la lib/libgnome-menu.so lib/libgnome-menu.so.2 +lib/libgnome-menu.so.2.4.10 %%PYTHON_SITELIBDIR%%/gmenu.a -%%PYTHON_SITELIBDIR%%/gmenu.la %%PYTHON_SITELIBDIR%%/gmenu.so libdata/pkgconfig/libgnome-menu.pc share/desktop-directories/AudioVideo.directory |