1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/graphics/xmountains/files/patch-aa
Satoshi Asami a6f9d1a6cd Fractal mountain image generator. Makes a nice background! (Closes
PR ports/2062.)

Submitted by:	Julian Assange <proff@profane.iq.org>
1997-01-11 11:50:20 +00:00

29 lines
1.0 KiB
Plaintext

*** Imakefile.old Fri Oct 28 00:12:20 1994
--- Imakefile Sat Nov 16 04:08:12 1996
***************
*** 1,9 ****
! LOCAL_LIBRARIES = -lX11
SYS_LIBRARIES = -lm
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
ComplexProgramTarget(xmountains)
--- 1,14 ----
! LOCAL_LIBRARIES = $(XLIB)
! DEPLIBS = $(DEPXLIB)
SYS_LIBRARIES = -lm
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
+ BINDIR= /usr/X11R6/bin
+ MANDIR= /usr/X11R6/man/man6
+ MANSUFFIX= 6
+
ComplexProgramTarget(xmountains)