summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/vte3/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-12-08 09:12:24 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-12-08 09:12:24 +0800
commit849745fb52e9d5a039f1e4ddc6c147525f3b4a8c (patch)
treec4cd27499a7e88752443c89c68fa3039025ce6f5 /x11-toolkits/vte3/Makefile
parent5354115a30bb7a1c23b23fd810fec733766e1df4 (diff)
downloadmarcuscom-ports-849745fb52e9d5a039f1e4ddc6c147525f3b4a8c.tar
marcuscom-ports-849745fb52e9d5a039f1e4ddc6c147525f3b4a8c.tar.gz
marcuscom-ports-849745fb52e9d5a039f1e4ddc6c147525f3b4a8c.tar.bz2
marcuscom-ports-849745fb52e9d5a039f1e4ddc6c147525f3b4a8c.tar.lz
marcuscom-ports-849745fb52e9d5a039f1e4ddc6c147525f3b4a8c.tar.xz
marcuscom-ports-849745fb52e9d5a039f1e4ddc6c147525f3b4a8c.tar.zst
marcuscom-ports-849745fb52e9d5a039f1e4ddc6c147525f3b4a8c.zip
Stageify, enable introspection if needed, disable static lib.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18940 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/vte3/Makefile')
-rw-r--r--x11-toolkits/vte3/Makefile10
1 files changed, 6 insertions, 4 deletions
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 <marcus@FreeBSD.org>
# $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 <bsd.port.mk>
.endif