diff options
Diffstat (limited to 'devel/libgtop/Makefile')
-rw-r--r-- | devel/libgtop/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index 4fb7f22..c1fb363 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -6,14 +6,14 @@ # PORTNAME= libgtop -PORTVERSION= 1.0.7 +PORTVERSION= 1.0.9 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/libgtop MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ guile.6:${PORTSDIR}/lang/guile GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config @@ -25,4 +25,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GLIB_CONFIG="${GLIB_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" +post-install: + if [ ! -f ${PREFIX}/info/dir ]; then \ + ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ + fi + install-info --section="Programming \& development tools" \ + --entry="* libgtop: (libgtop). libgtop programming manual" \ + ${PREFIX}/info/libgtop.info ${PREFIX}/info/dir + .include <bsd.port.mk> |