pkgsrc/graphics/gqview-devel/Makefile
wiz 93e4b5d671 Update to 1.3.2:
Added EXIF sidebar to main window (ctrl+e to toggle display).
Added sort manager for quickly sorting images into directories (ctrl+s).
Added bg and id translations.
Updated es and nl translations.
Added bookmarks to file dialogs.
Displayed Image now refreshes when file is updated.
Fix EXIF reader file descriptor leak.
Fix EXIF exposure display.
Fix Solaris compile.
2003-06-17 07:57:02 +00:00

22 lines
541 B
Makefile

# $NetBSD: Makefile,v 1.4 2003/06/17 07:57:02 wiz Exp $
#
DISTNAME= gqview-1.3.2
CATEGORIES= graphics x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqview/}
MAINTAINER= wiz@netbsd.org
HOMEPAGE= http://gqview.sourceforge.net/
COMMENT= GTK2-based graphic file viewer (development version)
BUILD_USES_MSGFMT= # defined
USE_BUILDLINK2= # defined
USE_X11BASE= # defined
GNU_CONFIGURE= # defined
USE_PKGLOCALEDIR= # defined
CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG=no
.include "../../x11/gtk2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"