pkgsrc/wm/yeahwm/patches/patch-Makefile
nia 44ccab492d wm: Add yeahwm.
YeahWM is a h* window manager for X based on evilwm and aewm.

Features:

   * Sloppy Focus.
   * BeOS-like tabbed titles, which can be repositioned.
   * Support for Xinerama.
   * Simple Appearance.
   * Good keyboard control.
   * Creative usage of the mouse.
   * Respects aspect size hints.
   * Solid resize and move operations.
   * Virtual Desktops.
   * "Magic" screen edges for desktop switching.
   * Snapping to other windows and screen borders when moving windows.
   * Small binary size(ca. 23kb).
   * Little resource usage.
2020-10-11 08:56:37 +00:00

14 lines
354 B
Text

$NetBSD: patch-Makefile,v 1.1 2020/10/11 08:56:37 nia Exp $
Let pkgsrc take care of stripping.
--- Makefile.orig 2004-11-21 18:11:04.000000000 +0000
+++ Makefile
@@ -56,7 +56,6 @@ all: yeahwm
yeahwm: $(OBJS)
$(CC) $(CFLAGS) $(OBJS) -o $@ $(LDFLAGS)
- strip yeahwm
allinone:
cat yeahwm.h $(SRCS) | sed 's/^#include.*yeahwm.*$$//' > allinone.c