diff options
author | reed <reed@pkgsrc.org> | 2006-08-04 01:08:21 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-08-04 01:08:21 +0000 |
commit | 18e5315660f4f68a3fd6f08af66d9cf31ddf40ce (patch) | |
tree | 26ebbcfcb0df4be762747e9838b5ab2bea30a657 /wm/jwm/options.mk | |
parent | 1e240d4cd2cc68794e8084a29f762b73ef6bcc9a (diff) | |
download | pkgsrc-18e5315660f4f68a3fd6f08af66d9cf31ddf40ce.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.mk | 19 |
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 |