pkgsrc/graphics/qcomicbook/options.mk
wiz fc0472352d Import qcomicbook-0.9.0 as graphics/qcomicbook.
Packaged for wip by myself, netcap, and othyro.

QComicBook is a viewer for comic book archives containing
jpeg/png/xpm/gif images, which aims at convenience and simplicity.
Features include: automatic decompression, full-screen mode,
two-pages viewing, Japanese mode, thumbnails view, page scaling,
mouse or keyboard navigation etc.
2013-01-23 21:55:25 +00:00

11 lines
274 B
Makefile

# $NetBSD: options.mk,v 1.1 2013/01/23 21:55:25 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.qcomicbook
PKG_SUPPORTED_OPTIONS= debug
PKG_SUGGESTED_OPTIONS+= # blank
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mdebug)
CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Debug
.endif