diff options
Diffstat (limited to 'devel/libgtop2/Makefile')
-rw-r--r-- | devel/libgtop2/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/devel/libgtop2/Makefile b/devel/libgtop2/Makefile index c7a65e1a2f1d..efd81e044497 100644 --- a/devel/libgtop2/Makefile +++ b/devel/libgtop2/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= stable/sources/libgtop MAINTAINER= ade@FreeBSD.org LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ - guile.6:${PORTSDIR}/lang/guile + guile.9:${PORTSDIR}/lang/guile GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config @@ -27,6 +27,13 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GLIB_CONFIG="${GLIB_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" +post-extract: + @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ + s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' + post-install: install-info --section="Programming \& development tools" \ --entry="* libgtop: (libgtop). libgtop programming manual" \ |