mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
79c64ae2e0
* Remove redundant *_DEPENDS * Add example preference file PR: 16783 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
15 lines
490 B
Plaintext
15 lines
490 B
Plaintext
--- Imakefile.orig Mon Nov 16 21:40:24 1998
|
|
+++ Imakefile Thu Feb 17 23:02:07 2000
|
|
@@ -1,7 +1,9 @@
|
|
-XPMLIB = -L/usr/X11R6/lib -lXpm -lm -ljpeg -lpng -lz -ltiff -lungif
|
|
-WMAKER = -L/usr/local/lib -lWMaker -lWINGs -lwraster -lPropList
|
|
+XPMLIB = `get-wraster-flags --libs`
|
|
+WMAKER = -lWMaker -lWINGs -lPropList -L%%LOCALBASE%%/lib
|
|
|
|
LOCAL_LIBRARIES = $(WMAKER) $(XPMLIB) $(XLIB)
|
|
+
|
|
+EXTRA_INCLUDES= `get-wraster-flags --cflags` -I%%LOCALBASE%%/include
|
|
|
|
SRCS = timebomb.c
|
|
OBJS = timebomb.o
|