summaryrefslogtreecommitdiff
path: root/graphics/tiff/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tiff/options.mk')
-rw-r--r--graphics/tiff/options.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/tiff/options.mk b/graphics/tiff/options.mk
new file mode 100644
index 00000000000..613fd7de8dc
--- /dev/null
+++ b/graphics/tiff/options.mk
@@ -0,0 +1,15 @@
+# $NetBSD: options.mk,v 1.1.2.2 2005/05/12 23:21:16 snj Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.tiff
+PKG_SUPPORTED_OPTIONS= lzw
+PKG_DEFAULT_OPTIONS= lzw
+.include "../../mk/bsd.options.mk"
+
+###
+### LZW compression support
+###
+.if !empty(PKG_OPTIONS:Mlzw)
+CONFIGURE_ARGS+= --enable-lzw
+.else
+CONFIGURE_ARGS+= --disable-lzw
+.endif