From 849745fb52e9d5a039f1e4ddc6c147525f3b4a8c Mon Sep 17 00:00:00 2001 From: kwm Date: Sun, 8 Dec 2013 01:12:24 +0000 Subject: Stageify, enable introspection if needed, disable static lib. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18940 df743ca5-7f9a-e211-a948-0013205c9059 --- x11-toolkits/vte3/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'x11-toolkits/vte3/Makefile') diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile index ef7e8fe05..caa565dc0 100644 --- a/x11-toolkits/vte3/Makefile +++ b/x11-toolkits/vte3/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/trunk/x11-toolkits/vte3/Makefile 18634 2013-07-26 10:42:35Z kwm $ +# $MCom$ PORTNAME?= vte PORTVERSION= 0.34.7 @@ -15,7 +15,6 @@ MAINTAINER?= gnome@FreeBSD.org COMMENT?= Terminal widget with improved accessibility and I18N support USE_XZ= yes -NO_STAGE= yes .if !defined(REFERENCE_PORT) VTE3_SLAVE?= no @@ -24,16 +23,16 @@ VTE3_SLAVE?= no RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gnome-pty-helper .endif -LATEST_LINK?= vte3 USES= bison gettext gmake pathfix pkgconfig USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes USE_GNOME?= gnomeprefix gtk30 ltverhack referencehack introspection:build CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS?=--disable-python \ --with-gtk=3.0 \ --enable-introspection \ + --disable-static \ --disable-Bsymbolic \ --disable-gnome-pty-helper \ --disable-freetypetest @@ -56,6 +55,9 @@ CONFIGURE_ARGS+= --with-glX USE_GL= yes .endif +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvte2_90.so.9 + .include .endif -- cgit v1.2.3