fc0472352d
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.
11 lines
274 B
Makefile
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
|