head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2026.08.10.07.30.58;	author wiz;	state Exp;
branches;
next	;
commitid	KcSZJeFGF26vV3RG;


desc
@@


1.1
log
@graphics/geeqie-gtk3: import geeqie-gtk3-2.9

Geeqie is a lightweight Gtk+ based image viewer for Unix like
operating systems.

Geeqie has been forked from gqview project, because it was not possible
to contact gqview author and the only maintainer. Geeqie projects goal is
to move the development forward and also integrate the existing patches.

This package contains the old GTK3-based version.
@
text
@# $NetBSD: options.mk,v 1.12 2026/07/21 15:47:06 wiz Exp $

PKG_OPTIONS_VAR=		PKG_OPTIONS.geeqie-gtk3
PKG_SUPPORTED_OPTIONS=		gspell libarchive libraw libwebp pdf # gtk4
PKG_SUGGESTED_OPTIONS=		# none

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mgspell)
.include "../../textproc/gspell/buildlink3.mk"
.endif

.if !empty(PKG_OPTIONS:Mlibarchive)
.include "../../archivers/libarchive/buildlink3.mk"
.endif

.if !empty(PKG_OPTIONS:Mlibraw)
.include "../../graphics/libraw/buildlink3.mk"
.endif

.if !empty(PKG_OPTIONS:Mlibwebp)
.include "../../graphics/libwebp/buildlink3.mk"
.endif

.if !empty(PKG_OPTIONS:Mpdf)
.include "../../print/poppler/buildlink3.mk"
.endif
@
