From 76b29f23b6c2affb13a90d2cdb0f823c30c741b5 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sun, 29 Jan 2012 15:57:27 +0000 Subject: - Enable XINERAMA by default - it has no extra depends - Enable Beastie by default - daemon > no daemon - Add a LITE option - untested - Include MenuIconSize not yet upstreamed PR: ports/164386 Submitted by: Gabor Fischer --- x11-wm/icewm/Makefile | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'x11-wm') diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 2f98b694cb34..2e8d1bf66430 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -7,7 +7,7 @@ PORTNAME= icewm PORTVERSION= 1.3.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTVERSION}/ @@ -32,10 +32,12 @@ CONFIGURE_ARGS= --enable-shaped-decorations \ OPTIONS= GNOMEDESKTOP "Enable GNOME desktop support" off \ ESOUND "Enable EsounD daemon support" off \ XFT "Enable Xft support for fonts" on \ - XINERAMA "Enable Xinerama support" off \ + XINERAMA "Enable Xinerama support" on \ X86_ASM "Use optimized x86 assembly code" on \ - BEASTIE "Use Beastie'fied startup button" off \ - NLS "Enable National Language Support" on + BEASTIE "Use Beastie'fied startup button" on \ + NLS "Enable National Language Support" on \ + LITE "Reduced features and memory" off \ + MENUFIX "MenuIconSize fix" on # Restrict to stable (even) versions, indicated by the second component. #PORTSCOUT= limitw:1,even @@ -87,6 +89,14 @@ CONFIGURE_ARGS+=--disable-nls --disable-i18n PLIST_SUB+= NLS="@comment " .endif +.if !defined(WITHOUT_LITE) +MAKE_ENV+= LITE=1 +.endif + +.if defined(WITH_MENUFIX) +EXTRA_PATCHES+= ${FILESDIR}/extra-menu-icon-fix.patch +.endif + post-extract: .for dir in taskbar themes/Infadel2/taskbar @cd ${WRKSRC}/lib/${dir} && ${MV} start.xpm icewm-logo.xpm -- cgit v1.2.3