pkgsrc/graphics/pfstmo/options.mk
obache 1080cabf44 Import pfstmo-1.3.2 as graphics/pfstmo.
Based on PR 39438 by Thomas Zander.

Pfstmo package contains the implementation of state-of-the-art tone
mapping operators. The motivation here is to provide an implementation
of tone mapping operators suitable for convenient processing of both
static images and animations.
2009-01-18 12:48:19 +00:00

18 lines
388 B
Makefile

# $NetBSD: options.mk,v 1.1.1.1 2009/01/18 12:48:19 obache Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.pfstmo
PKG_SUPPORTED_OPTIONS= fftw gsl
PKG_SUGGESTED_OPTIONS= fftw
PLIST_VARS+= gsl
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mfftw)
.include "../../math/fftwf/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Mgsl)
.include "../../math/gsl/buildlink3.mk"
PLIST.gsl= yes
.endif