diff options
-rw-r--r-- | x11-wm/icewm/Makefile | 9 | ||||
-rw-r--r-- | x11-wm/icewm/pkg-descr | 3 |
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. |