summaryrefslogtreecommitdiff
path: root/net/kismet/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'net/kismet/options.mk')
-rw-r--r--net/kismet/options.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/kismet/options.mk b/net/kismet/options.mk
new file mode 100644
index 00000000000..23a1496cf8c
--- /dev/null
+++ b/net/kismet/options.mk
@@ -0,0 +1,17 @@
+# $NetBSD: options.mk,v 1.1.1.1 2006/08/03 15:09:49 salo Exp $
+#
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.kismet
+PKG_SUPPORTED_OPTIONS= gps
+PKG_SUGGESTED_OPTIONS= gps
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mgps)
+PLIST_SRC+= PLIST.gps
+DEPENDS+= wget>=1.9.1:../../net/wget
+.include "../../devel/gmp/buildlink3.mk"
+.include "../../graphics/ImageMagick/buildlink3.mk"
+.include "../../textproc/expat/buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
+.endif