summaryrefslogtreecommitdiff
path: root/wm/jwm/options.mk
diff options
context:
space:
mode:
authorreed <reed>2006-08-04 01:08:21 +0000
committerreed <reed>2006-08-04 01:08:21 +0000
commit539474fb2b6e1b9d7671006be74bc0fcbf92481c (patch)
tree26ebbcfcb0df4be762747e9838b5ab2bea30a657 /wm/jwm/options.mk
parenta37ee87175561b6e624065f7aaa5d5e85d489265 (diff)
downloadpkgsrc-539474fb2b6e1b9d7671006be74bc0fcbf92481c.tar.gz
Import jwm from pkgsrc-wip.
This was packaged by pip88nl of gmail.com with some minor changes by me. JWM is a light-weight window manager for the X11 Window System. It provides a menu, taskbar, key binding, system notification tray, pager, a dock, and simple customizations. JWM is written in C and uses only Xlib and the shape extension, libXpm and (optionally) libpng. It can support some MWM, GNOME, and WM Spec hints. (This software needs some work, but I import to official pkgsrc so it will get more usage. I have been using it for a couple months now. With its built-in features, it is a smaller than blackbox with add-ons.)
Diffstat (limited to 'wm/jwm/options.mk')
-rw-r--r--wm/jwm/options.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/wm/jwm/options.mk b/wm/jwm/options.mk
new file mode 100644
index 00000000000..99ada58a9ea
--- /dev/null
+++ b/wm/jwm/options.mk
@@ -0,0 +1,19 @@
+# $NetBSD: options.mk,v 1.1.1.1 2006/08/04 01:08:21 reed Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.jwm
+PKG_SUPPORTED_OPTIONS= debug png
+PKG_SUGGESTED_OPTIONS= png
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mdebug)
+CONFIGURE_ARGS+= --enable-debug
+.endif
+
+.if !empty(PKG_OPTIONS:Mpng)
+.include "../../graphics/png/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --disable-png
+.endif
+
+# TODO: fribidi