8348b9bacd
PR: ports/74081 Submitted by: Ports Fury
18 lines
565 B
Text
18 lines
565 B
Text
--- Imakefile.orig Mon Nov 16 21:40:24 1998
|
|
+++ Imakefile Sat Oct 14 03:27:50 2000
|
|
@@ -1,10 +1,12 @@
|
|
-XPMLIB = -L/usr/X11R6/lib -lXpm -lm -ljpeg -lpng -lz -ltiff -lgif
|
|
-WMAKER = -L/usr/local/lib -lWMaker -lWINGs -lwraster -lPropList
|
|
+XPMLIB = `pkg-config --libs WINGs wmlib wrlib`
|
|
+WMAKER = -L${X11BASE}/lib -lWMaker
|
|
|
|
LOCAL_LIBRARIES = $(WMAKER) $(XPMLIB) $(XLIB)
|
|
|
|
+EXTRA_INCLUDES= `pkg-config --cflags WINGs wmlib wrlib` -I${X11BASE}/include
|
|
+
|
|
SRCS = timebomb.c
|
|
OBJS = timebomb.o
|
|
|
|
-ComplexProgramTarget(wmtimebomb)
|
|
+ComplexProgramTargetNoMan(wmtimebomb)
|
|
|