summaryrefslogtreecommitdiff
path: root/print/img2eps/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'print/img2eps/options.mk')
-rw-r--r--print/img2eps/options.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/print/img2eps/options.mk b/print/img2eps/options.mk
new file mode 100644
index 00000000000..843363ed1f1
--- /dev/null
+++ b/print/img2eps/options.mk
@@ -0,0 +1,14 @@
+# $NetBSD: options.mk,v 1.1 2005/07/14 14:52:08 dillo Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.img2eps
+PKG_SUPPORTED_OPTIONS= jasper
+PKG_SUGGESTED_OPTIONS=
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mjasper)
+CONFIGURE_ARGS+= --with-jpeg2000
+.include "../../graphics/jasper/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --without-jpeg2000
+.endif