summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-05-25 04:01:00 +0000
committerSteve Price <steve@FreeBSD.org>1998-05-25 04:01:00 +0000
commit75588f73a220cc2c7fe19fb376d06e724db14f26 (patch)
treef5444a710b1a1b6dc9916d17e13f2f1dffe059f8 /x11-wm
parentMinor portlint cleaning. (diff)
Place the titlebar at the top unless, TITLE_BOTTOM is defined.
PR: 6582 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=11130
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/icewm/Makefile9
-rw-r--r--x11-wm/icewm/pkg-descr3
2 files changed, 11 insertions, 1 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile
index 011f0d588c9d..45e8d598e737 100644
--- a/x11-wm/icewm/Makefile
+++ b/x11-wm/icewm/Makefile
@@ -3,7 +3,7 @@
# Date created: 10 August 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.6 1998/04/28 14:51:48 mph Exp $
+# $Id: Makefile,v 1.7 1998/05/02 21:22:55 vanilla Exp $
#
DISTNAME= icewm-0.8.16
@@ -17,6 +17,13 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_X11= yes
+pre-patch:
+.if defined(TITLE_BOTTOM)
+ ${CP} ${FILESDIR}/patch-titlebottom ${PATCHDIR}/patch-ac
+.else
+ ${CP} ${FILESDIR}/patch-titletop ${PATCHDIR}/patch-ac
+.endif
+
post-install:
${CP} ${FILESDIR}/bsd-daemon.xpm ${PREFIX}/lib/X11/icewm/taskbar
diff --git a/x11-wm/icewm/pkg-descr b/x11-wm/icewm/pkg-descr
index 3ecf7575ba57..2f518267d590 100644
--- a/x11-wm/icewm/pkg-descr
+++ b/x11-wm/icewm/pkg-descr
@@ -1,3 +1,6 @@
cool window manager developped in a very hot day in a winter
+When you want titlebars to be bottom,
+ % make -DTITLE_BOTTOM install
+
'bsd-daemon.xpm' is from Steve Farrell.