summaryrefslogtreecommitdiff
path: root/wm/jwm/options.mk
diff options
context:
space:
mode:
authorabs <abs>2008-06-17 00:00:30 +0000
committerabs <abs>2008-06-17 00:00:30 +0000
commit8e487697fc86622f5fbf12a6fb977cc8dc45dc94 (patch)
tree4ae6cd96f33b8393ebbcf1e1fc5c24af47593bab /wm/jwm/options.mk
parent0bb9b6df95eda33961d6184d423d35eea90d6533 (diff)
downloadpkgsrc-8e487697fc86622f5fbf12a6fb977cc8dc45dc94.tar.gz
Upgrade wm/jwm to 2.0.1, plus add fribidi and jpeg options (default on)
# JWM v2.0 <> 20070624 * New look. * Background support on a per-desktop basis. * Veritcal/horizontal maximization support. * Added the ability to move windows with the pager. * Many bug fixes. # JWM v2.0.1 <> 20070704 * Fix a file descriptor leak when JPEG is enabled. * Give swallow windows time to map when restarting.
Diffstat (limited to 'wm/jwm/options.mk')
-rw-r--r--wm/jwm/options.mk16
1 files changed, 11 insertions, 5 deletions
diff --git a/wm/jwm/options.mk b/wm/jwm/options.mk
index a01beda043e..3407d3cbcd9 100644
--- a/wm/jwm/options.mk
+++ b/wm/jwm/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2007/02/22 19:27:18 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2008/06/17 00:00:30 abs Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.jwm
-PKG_SUPPORTED_OPTIONS= debug png
-PKG_SUGGESTED_OPTIONS= png
+PKG_SUPPORTED_OPTIONS= debug fribidi jpeg png
+PKG_SUGGESTED_OPTIONS= fribidi jpeg png
.include "../../mk/bsd.options.mk"
@@ -10,10 +10,16 @@ PKG_SUGGESTED_OPTIONS= png
CONFIGURE_ARGS+= --enable-debug
.endif
+.if !empty(PKG_OPTIONS:Mfribidi)
+.include "../../converters/fribidi/buildlink3.mk"
+.endif
+
+.if !empty(PKG_OPTIONS:Mjpeg)
+.include "../../graphics/jpeg/buildlink3.mk"
+.endif
+
.if !empty(PKG_OPTIONS:Mpng)
.include "../../graphics/png/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-png
.endif
-
-# TODO: fribidi