+ Add more flexible auto-renaming option to rename dialog. - Update translations de, fi, fr, it, pl, pt_BR, ru, sk, vi, zh_TW. - Add translations be, ca, ko * Allow data cache reader to tolerate older/future features. * Fix renaming a folder to an existing folder from clobbering the existing folder. * Exif timezone fix. * Fix compile time warnings on newer gcc and gtk+.
20 lines
547 B
Makefile
20 lines
547 B
Makefile
# $NetBSD: Makefile,v 1.23 2006/10/17 12:11:23 gdt Exp $
|
|
|
|
DISTNAME= gqview-2.1.2
|
|
CATEGORIES= graphics x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqview/}
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
HOMEPAGE= http://gqview.sourceforge.net/
|
|
COMMENT= GTK2-based graphic file viewer (development version)
|
|
|
|
USE_TOOLS+= msgfmt pkg-config
|
|
GNU_CONFIGURE= yes
|
|
USE_DIRS+= xdg-1.1
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|