Index: head/x11-toolkits/gtkimageview/Makefile =================================================================== --- head/x11-toolkits/gtkimageview/Makefile (revision 392670) +++ head/x11-toolkits/gtkimageview/Makefile (revision 392671) @@ -1,27 +1,27 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= gtkimageview PORTVERSION= 1.6.4 PORTREVISION= 4 CATEGORIES= x11-toolkits MASTER_SITES= LOCAL/kwm # http://trac.bjourne.webfactional.com/ -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple image viewer widget GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static --with-html-dir=${PREFIX}/share/doc USES= libtool pathfix pkgconfig USE_GNOME= gtk20 USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e '/^gtkimageview-marshal.[ch]:/s|$$[(]GLIB_GENMARSHAL[)]||'\ ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e '/^CFLAGS/s|-Werror||' ${WRKSRC}/configure .include Index: head/x11-toolkits/gtkimageview/pkg-descr =================================================================== --- head/x11-toolkits/gtkimageview/pkg-descr (revision 392670) +++ head/x11-toolkits/gtkimageview/pkg-descr (revision 392671) @@ -1,10 +1,8 @@ GtkImageView is a simple image viewer widget for GTK. Similar to the image viewer panes in gThumb or Eye of Gnome. It makes writing image viewing and editing applications easy. Among its features are: * Mouse and keyboard zooming * Scrolling and dragging * Adjustable interpolation * Fullscreen mode * GIF animation support - -WWW: http://trac.bjourne.webfactional.com/