Update to 2.5. Add WWW to DESCR.

PR:		20653
Submitted by:	Ports Fury
This commit is contained in:
Will Andrews 2000-08-20 10:14:19 +00:00
parent ec68076ae4
commit 4ffd34e926
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31786
4 changed files with 23 additions and 35 deletions

View File

@ -6,17 +6,16 @@
#
PORTNAME= xmountains
PORTVERSION= 2.4
PORTVERSION= 2.5
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/math/fractals
EXTRACT_SUFX= .tgz
MASTER_SITES= http://www.epcc.ed.ac.uk/~spb/xmountains/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= proff@iq.org
NO_WRKSUBDIR= yes
USE_IMAKE= yes
MAN6= xmountains.6
NO_WRKSUBDIR= yes
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (xmountains-2.4.tgz) = 44f4c76175ba0976f136ad7cc85b3687
MD5 (xmountains_2.5.tar.gz) = 38561473f6298a7bb8d1a8234cbc5d3b

View File

@ -1,28 +1,15 @@
*** 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)
--- 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)

View File

@ -4,4 +4,6 @@ program is running the fractal is continuously extended on the right
and the image is scrolled from right to left to expose the newly
generated area.
WWW: http://www.epcc.ed.ac.uk/~spb/xmountains/
-proff@iq.org