pkgsrc/graphics/gqview/Makefile
snj 91e8d01a42 Update to 1.4.5.
Changes:
* Remove window decorations from full screen window, this fixes
  the decorations that are presented on older window managers.
* Fix broken keyboard focus in main window when the tools are floating.
* Connect R key to refresh the image when in full screen.
2004-10-15 23:48:44 +00:00

23 lines
604 B
Makefile

# $NetBSD: Makefile,v 1.50 2004/10/15 23:48:44 snj Exp $
DISTNAME= gqview-1.4.5
CATEGORIES= graphics x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqview/}
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://gqview.sourceforge.net/
COMMENT= GTK2-based graphic file viewer
BUILD_USES_MSGFMT= # defined
GNU_CONFIGURE= # defined
USE_BUILDLINK3= yes
USE_DIRS+= xdg-1.1
USE_PKGLOCALEDIR= # defined
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"