ports/x11/keylaunch/files/patch-Makefile
Pete Fritchman c63c691482 Add keylaunch-1.3.0, an X utility for binding commands to a hot key
PR:		32061
Submitted by:	Mike Meyer <mwm@mired.org>
2001-11-25 08:51:49 +00:00

10 lines
267 B
Text

--- Makefile.orig Mon May 21 17:23:17 2001
+++ Makefile Sat Nov 17 11:46:47 2001
@@ -1,6 +1,4 @@
-CC = gcc
-CFLAGS = -g -O2 -Wall
-XROOT = /usr/X11
+XROOT = %%X11BASE%%
INCLUDES = -I$(XROOT)/include
LIBS = -lX11
LDPATH = -L$(XROOT)/lib