198e54bef8
Rosenvik. LibPGF is a library for encoding and decoding the progressive graphics file (PGF) format. PGF is is based on discrete, fast wavelet transform with progressive coding features and has both lossy and lossless compression.
14 lines
312 B
Makefile
14 lines
312 B
Makefile
# $NetBSD: options.mk,v 1.1 2014/07/22 17:36:49 wiz Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.libpgf
|
|
PKG_SUPPORTED_OPTIONS= doc
|
|
|
|
PLIST_VARS+= doc
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mdoc)
|
|
BUILD_DEPENDS+= doxygen>=1.8.7:../../devel/doxygen
|
|
PLIST.doc= yes
|
|
CONFIGURE_ARGS+= --enable-doc
|
|
.endif
|