openbsd-ports/games/wmeyes/patches/patch-Imakefile
naddy ea7fa5fc67 Import wmeyes.
Submitted by Peter Stromberg <home@wilfried.net>.

WMeyes is a pretty simple application: it sits in the
WindowMaker dock, and a pair of eyes track your cursor.
Actually, the program should work in all window managers,
but then you don't have a dock to sit it in, in which case
you might as well use xeyes.
2001-01-13 16:12:04 +00:00

10 lines
309 B
Plaintext

$OpenBSD: patch-Imakefile,v 1.1.1.1 2001/01/13 16:12:04 naddy Exp $
--- Imakefile.orig Mon May 4 05:17:00 1998
+++ Imakefile Fri Jan 12 14:57:38 2001
@@ -7,4 +7,4 @@ LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB)
SRCS = wmeyes.c
OBJS = wmeyes.o
-ComplexProgramTarget(wmeyes)
+ComplexProgramTargetNoMan(wmeyes)