aboutsummaryrefslogtreecommitdiff
path: root/graphics/goocanvas
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-12-03 22:04:38 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-12-03 22:04:38 +0000
commit5dbda1a7f42673d8910bc41ba945a668cdafa512 (patch)
tree4e7a4cd8df80a16e6dccf15de74b3095303e3437 /graphics/goocanvas
parentf533a481b2a36be22465084e538c383e27820f33 (diff)
downloadports-5dbda1a7f42673d8910bc41ba945a668cdafa512.tar.gz
ports-5dbda1a7f42673d8910bc41ba945a668cdafa512.zip
Notes
Diffstat (limited to 'graphics/goocanvas')
-rw-r--r--graphics/goocanvas/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/goocanvas/Makefile b/graphics/goocanvas/Makefile
index ded9678b72b9..c7f4853b5930 100644
--- a/graphics/goocanvas/Makefile
+++ b/graphics/goocanvas/Makefile
@@ -10,9 +10,11 @@ MASTER_SITES= GNOME
MAINTAINER= kwm@FreeBSD.org
COMMENT= Canvas widget for GTK+
+PORTSCOUT= ignore:1
+
USES= pathfix pkgconfig
USE_GNOME= gtk20 ltverhack
-USE_AUTOTOOLS= libtool
+GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_BZIP2= yes
@@ -21,7 +23,6 @@ LDFLAGS+= -L${LOCALBASE}/lib
PORTDOCS= *
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
@@ -41,4 +42,7 @@ post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS/s|po||g' ${WRKSRC}/Makefile.in
.endif
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgoocanvas.so.3
+
.include <bsd.port.mk>