diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-26 05:50:30 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-26 05:50:30 +0800 |
commit | 2b608721e2fd69f2fc28c7008c659631151c6c30 (patch) | |
tree | 5e7f2711e53044a74894c948fad581a0f0bb351a /x11-wm/metacity | |
parent | f1dc3ed5c7ca488602e7722513cc7b3cb79a3f96 (diff) | |
download | marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.gz marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.bz2 marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.lz marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.xz marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.zst marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.zip |
Switch to USES=libtool:keepla for now. While I rather want to ditch .la files
I think we need to keep em a cycle. So that other ports have a chance to
update there .la files not to record dependancies .la files.
sprinkle some USE_AUTOTOOLS=libtool -> libtoolize. This will give us base
libtool (ltmain.sh and libtool.m4) files. But doesn't depend on
${LOCALBASE}/bin/libtool
INSTALL_TARGET=install-strip and misc smaller cleanups.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19578 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm/metacity')
-rw-r--r-- | x11-wm/metacity/Makefile | 11 | ||||
-rw-r--r-- | x11-wm/metacity/pkg-plist | 1 |
2 files changed, 5 insertions, 7 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index 54621683d..e1a7f2066 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -20,18 +20,15 @@ LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ RUN_DEPENDS= zenity3>=3.0.0:${PORTSDIR}/x11/zenity3 \ gsettings-desktop-schemas>=3.3.0:${PORTSDIR}/devel/gsettings-desktop-schemas -USE_XZ= yes USE_XORG= x11 xcomposite xdamage xrender xcursor xinerama xext xrandr -USES= gettext gmake pathfix pkgconfig -USE_AUTOTOOLS= libtool -USE_GNOME= gnomeprefix gtk20 intlhack ltverhack libxml2:build +USES= libtool:keepla gettext gmake pathfix pkgconfig tar:xz +GNU_CONFIGURE= yes +USE_GNOME= gnomeprefix gtk20 intlhack libxml2:build USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.metacity.gschema.xml -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmetacity-private.so.0 - .include <bsd.port.mk> diff --git a/x11-wm/metacity/pkg-plist b/x11-wm/metacity/pkg-plist index 7da872aea..de0fdcca8 100644 --- a/x11-wm/metacity/pkg-plist +++ b/x11-wm/metacity/pkg-plist @@ -13,6 +13,7 @@ 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 |