summaryrefslogtreecommitdiffstats
path: root/devel/libpeas/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/libpeas/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/libpeas/Makefile')
-rw-r--r--devel/libpeas/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/devel/libpeas/Makefile b/devel/libpeas/Makefile
index bf6d2b49a..0b62f9051 100644
--- a/devel/libpeas/Makefile
+++ b/devel/libpeas/Makefile
@@ -16,12 +16,13 @@ BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala
USE_XZ= yes
USE_PYTHON= 2.5+
USE_LDCONFIG= yes
-USES= gettext gmake pathfix pkgconfig
-USE_GNOME= gtk30 ltverhack introspection:build
+USES= gettext gmake libtool pathfix pkgconfig
+USE_GNOME= gtk30 introspection:build
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
CONFIGURE_ARGS+=--disable-glade-catalog
OPTIONS_DEFINE= PYTHON JS
@@ -64,9 +65,4 @@ PLIST_SUB+= GJS="@comment "
PLIST_SUB+= VALA="@comment "
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so*
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpeas-1.0/loaders/lib*.so
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/peas-demo/plugins/*/*.so
-
.include <bsd.port.mk>