diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-22 06:53:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-22 06:53:57 +0000 |
commit | b177455037519d75ba7d2dd64e9e727b66e91d68 (patch) | |
tree | 6f22a019d6fc37ba8c2fd93b69abff3fe5b87b63 /x11-wm/metacity | |
parent | 5ecb1abd846943ca76eaf485b9d6dc47b79681ed (diff) | |
download | ports-b177455037519d75ba7d2dd64e9e727b66e91d68.tar.gz ports-b177455037519d75ba7d2dd64e9e727b66e91d68.zip |
Notes
Diffstat (limited to 'x11-wm/metacity')
-rw-r--r-- | x11-wm/metacity/Makefile | 18 | ||||
-rw-r--r-- | x11-wm/metacity/pkg-plist | 5 |
2 files changed, 12 insertions, 11 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index ebaa1f6ada64..2e46a1fef258 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -10,18 +10,18 @@ MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= A window manager for the adult in you +COMMENT= Window manager for the adult in you BUILD_DEPENDS= zenity:${PORTSDIR}/x11/zenity -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra +LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ + libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity -USE_BZIP2= yes USE_XORG= x11 xcomposite xdamage -USES= gettext gmake pkgconfig -USE_AUTOTOOLS= libtool -USE_GNOME= gnomeprefix intlhack gnomehack gconf2 ltverhack gtk20 +USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 +INSTALL_TARGET= install-strip +GNU_CONFIGURE= yes +USE_GNOME= gnomeprefix intlhack gconf2 gtk20 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -29,10 +29,6 @@ MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" GCONF_SCHEMAS= metacity.schemas -MAN1= metacity-message.1 metacity-theme-viewer.1 \ - metacity-window-demo.1 metacity.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-Werror||g' \ ${WRKSRC}/configure diff --git a/x11-wm/metacity/pkg-plist b/x11-wm/metacity/pkg-plist index 88c956f22316..cc2bc20dc44d 100644 --- a/x11-wm/metacity/pkg-plist +++ b/x11-wm/metacity/pkg-plist @@ -13,7 +13,12 @@ lib/libmetacity-private.a lib/libmetacity-private.la lib/libmetacity-private.so lib/libmetacity-private.so.0 +lib/libmetacity-private.so.0.0.0 libdata/pkgconfig/libmetacity-private.pc +man/man1/metacity-message.1.gz +man/man1/metacity-theme-viewer.1.gz +man/man1/metacity-window-demo.1.gz +man/man1/metacity.1.gz share/applications/metacity.desktop share/gnome-control-center/keybindings/50-metacity-desktop-key.xml share/gnome-control-center/keybindings/50-metacity-key.xml |