diff options
author | reed <reed> | 2006-08-04 01:08:21 +0000 |
---|---|---|
committer | reed <reed> | 2006-08-04 01:08:21 +0000 |
commit | 2b2bcb70ccc37d04b9425f3afaeda8b34c7da52e (patch) | |
tree | 26ebbcfcb0df4be762747e9838b5ab2bea30a657 /wm/jwm/options.mk | |
parent | a3b76da159849b27fde6f2340bef91e1d4f0e497 (diff) | |
download | pkgsrc-2b2bcb70ccc37d04b9425f3afaeda8b34c7da52e.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 |