mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
4ffd34e926
PR: 20653 Submitted by: Ports Fury
16 lines
607 B
Plaintext
16 lines
607 B
Plaintext
--- Imakefile.orig Wed Sep 11 22:40:57 1996
|
|
+++ Imakefile Thu Aug 10 22:44:57 2000
|
|
@@ -1,9 +1,10 @@
|
|
-LOCAL_LIBRARIES = -lX11
|
|
- SYS_LIBRARIES = -lm
|
|
+LOCAL_LIBRARIES = $(XLIB)
|
|
+ SYS_LIBRARIES = MathLibrary
|
|
SRCS = calcalt.c random.c artist.c global.c xmountains.c X_graphics.c print_alg.c
|
|
OBJS = calcalt.o random.o artist.o global.o xmountains.o X_graphics.o print_alg.o
|
|
HDRS = crinkle.h global.h paint.h patchlevel.h copyright.h
|
|
SHARS = README $(SRCS) $(HDRS) Imakefile xmountains.man Makefile.alt
|
|
+ MANSUFFIX = 6
|
|
ComplexProgramTarget(xmountains)
|
|
|
|
|