freebsd-ports/print/wmlpq/files/patch-Makefile
Kevin Lo 67cb0e4ed2 Initial import of wmlpq-0.2.1.
wmlpq is a Windowmaker dockapp which monitors up to 5 printqueues,
allowing you to see when your print job has finally been printed.
This is useful when you work in a networked environment with several
printers available, which are not in the same room; or (in some
cases) the same country, and is easier than typing lpq every 30
seconds.

PR: 28750
Submitted by: Patrick Li <pat@databits.net>
2001-07-08 16:52:47 +00:00

18 lines
509 B
Plaintext

--- Makefile.orig Thu Jul 5 20:09:50 2001
+++ Makefile Thu Jul 5 20:10:23 2001
@@ -1,13 +1,11 @@
-prefix=
CPPFLAGS = -I/usr/X11R6/include -I/usr/local/include
LIBS = -lXpm -lX11 -ldockapp
LDFLAGS = -L/usr/X11R6/lib -L/usr/local/lib
-CFLAGS = -O2 -Wall
+CFLAGS += -Wall
DFLAGS = -ggdb3 -Wall
wmlpq: wmlpq.c wmlpq-master.xpm
cc $(CFLAGS) $(LDFLAGS) $(CPPFLAGS) -o wmlpq $(LIBS) wmlpq.c
- strip wmlpq
debug: wmlpq.c wmlpq-master.xpm
cc $(DFLAGS) $(LDFLAGS) $(CPPFLAGS) -o wmlpq $(LIBS) wmlpq.c