summaryrefslogtreecommitdiff
path: root/graphics/pfstmo/options.mk
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2009-01-18 12:48:19 +0000
committerobache <obache@pkgsrc.org>2009-01-18 12:48:19 +0000
commit1080cabf44d5c0689e1c3392ca1adf8aad38c879 (patch)
treec80043ccc0ae80fcb31c49221ecb9b8813f5ecc7 /graphics/pfstmo/options.mk
parentc387c81deeb709297630cd926eed36e4c6c8ba43 (diff)
downloadpkgsrc-1080cabf44d5c0689e1c3392ca1adf8aad38c879.tar.gz
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.
Diffstat (limited to 'graphics/pfstmo/options.mk')
-rw-r--r--graphics/pfstmo/options.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/pfstmo/options.mk b/graphics/pfstmo/options.mk
new file mode 100644
index 00000000000..f04caeef716
--- /dev/null
+++ b/graphics/pfstmo/options.mk
@@ -0,0 +1,18 @@
+# $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