summaryrefslogtreecommitdiffstats
path: root/devel/gobject-introspection/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-02-07 19:57:24 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-02-07 19:57:24 +0800
commit6b2788c4c247b5829a4ea532ad4cdbc94ebef384 (patch)
treeab41534e08af8c88386ba54c60af92de4562d39b /devel/gobject-introspection/Makefile
parentabd9e19838fd2fe622e86c84c797605ec522c86c (diff)
downloadmarcuscom-ports-6b2788c4c247b5829a4ea532ad4cdbc94ebef384.tar
marcuscom-ports-6b2788c4c247b5829a4ea532ad4cdbc94ebef384.tar.gz
marcuscom-ports-6b2788c4c247b5829a4ea532ad4cdbc94ebef384.tar.bz2
marcuscom-ports-6b2788c4c247b5829a4ea532ad4cdbc94ebef384.tar.lz
marcuscom-ports-6b2788c4c247b5829a4ea532ad4cdbc94ebef384.tar.xz
marcuscom-ports-6b2788c4c247b5829a4ea532ad4cdbc94ebef384.tar.zst
marcuscom-ports-6b2788c4c247b5829a4ea532ad4cdbc94ebef384.zip
First batch of USE_GNOME=ltverhack -> USES=libtool.
Use INSTALL_TARGET=install-strip if possible. Misc Makefile cleanups. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19001 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gobject-introspection/Makefile')
-rw-r--r--devel/gobject-introspection/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile
index 2f30bd3ab..2cf4f46b0 100644
--- a/devel/gobject-introspection/Makefile
+++ b/devel/gobject-introspection/Makefile
@@ -16,15 +16,16 @@ COMMENT= Generate interface introspection data for GObject libraries
BUILD_DEPENDS= cairo-trace:${PORTSDIR}/graphics/cairo
LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi
-USES= bison gettext gmake pathfix pkgconfig
+USES= bison gettext gmake libtool pathfix pkgconfig
USE_XZ= yes
GNU_CONFIGURE= yes
-USE_GNOME= gnomehier glib20 ltverhack
+USE_GNOME= gnomehier glib20
USE_PYTHON= -2.7
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE=yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
# Force it to put the .cache in ${WRKSRC} instead of ~/.cache. ports/143260
MAKE_ENV= HOME=${WRKDIR}
@@ -33,8 +34,4 @@ post-patch:
@${REINPLACE_CMD} -e 's|'gcc'|'cc'|g' \
${WRKSRC}/giscanner/dumper.py
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgirepository-1.0.so.1
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gobject-introspection/giscanner/_giscanner.so
-
.include <bsd.port.mk>