Changes: - Added result window for output of editor commands. - Fix application hang until external editor commands finish. - utf8 fixes, filenames in application now stored as utf8. - Fix copy/move overwrite auto rename option. - File selection fixes. - Fix crash when window dimensions result in hidden image. - Memory leak fixes (several minor, two major).
22 lines
541 B
Makefile
22 lines
541 B
Makefile
# $NetBSD: Makefile,v 1.8 2003/11/01 18:25:36 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gqview-1.3.4
|
|
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"
|