aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-01-29 15:57:27 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-01-29 15:57:27 +0000
commit76b29f23b6c2affb13a90d2cdb0f823c30c741b5 (patch)
treeec0093413963ab0d2fa87fe3dd0214170a9dfcdb /x11-wm
parent33606d6fc2ddff02d7142c6eea6a95f6353e2045 (diff)
downloadports-76b29f23b6c2affb13a90d2cdb0f823c30c741b5.tar.gz
ports-76b29f23b6c2affb13a90d2cdb0f823c30c741b5.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/icewm/Makefile18
1 files changed, 14 insertions, 4 deletions
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