diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-22 14:53:57 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-22 14:53:57 +0800 |
commit | 188639e20819dbdeb9f784766d5c88e1b9e66222 (patch) | |
tree | 6f22a019d6fc37ba8c2fd93b69abff3fe5b87b63 /x11-wm/metacity | |
parent | 91079362f1333c4290a74002f2a5d2ff30fd7d04 (diff) | |
download | freebsd-ports-gnome-188639e20819dbdeb9f784766d5c88e1b9e66222.tar.gz freebsd-ports-gnome-188639e20819dbdeb9f784766d5c88e1b9e66222.tar.zst freebsd-ports-gnome-188639e20819dbdeb9f784766d5c88e1b9e66222.zip |
Support stage
modernize
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 |