diff options
author | asami <asami@FreeBSD.org> | 1997-01-11 11:50:20 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-01-11 11:50:20 +0000 |
commit | 403f6337426def23874b96dbe2d41edaea2a9152 (patch) | |
tree | bf224ca4ae40ab7f420f4c3323d1b995becb39dd /graphics/xmountains | |
parent | 9f50f7cfe87c802cfc8455ae1a1acd7a8f552a80 (diff) | |
download | FreeBSD-ports-403f6337426def23874b96dbe2d41edaea2a9152.zip FreeBSD-ports-403f6337426def23874b96dbe2d41edaea2a9152.tar.gz |
Fractal mountain image generator. Makes a nice background! (Closes
PR ports/2062.)
Submitted by: Julian Assange <proff@profane.iq.org>
Diffstat (limited to 'graphics/xmountains')
-rw-r--r-- | graphics/xmountains/Makefile | 20 | ||||
-rw-r--r-- | graphics/xmountains/distinfo | 1 | ||||
-rw-r--r-- | graphics/xmountains/files/patch-aa | 28 | ||||
-rw-r--r-- | graphics/xmountains/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/xmountains/pkg-descr | 7 | ||||
-rw-r--r-- | graphics/xmountains/pkg-plist | 2 |
6 files changed, 59 insertions, 0 deletions
diff --git a/graphics/xmountains/Makefile b/graphics/xmountains/Makefile new file mode 100644 index 0000000..a5d3b18 --- /dev/null +++ b/graphics/xmountains/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xmountains +# Version required: 2.4 +# Date created: 16 November 1996 +# Whom: proff +# +# $Id$ +# + +DISTNAME= xmountains-2.4 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= X11/toys +EXTRACT_SUFX= .tgz + +MAINTAINER= proff@iq.org + +USE_IMAKE= yes +NO_WRKSUBDIR= yes + +.include <bsd.port.mk> diff --git a/graphics/xmountains/distinfo b/graphics/xmountains/distinfo new file mode 100644 index 0000000..c0234b7 --- /dev/null +++ b/graphics/xmountains/distinfo @@ -0,0 +1 @@ +MD5 (xmountains-2.4.tgz) = 44f4c76175ba0976f136ad7cc85b3687 diff --git a/graphics/xmountains/files/patch-aa b/graphics/xmountains/files/patch-aa new file mode 100644 index 0000000..72aea08 --- /dev/null +++ b/graphics/xmountains/files/patch-aa @@ -0,0 +1,28 @@ +*** 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) + + diff --git a/graphics/xmountains/pkg-comment b/graphics/xmountains/pkg-comment new file mode 100644 index 0000000..7a52e45 --- /dev/null +++ b/graphics/xmountains/pkg-comment @@ -0,0 +1 @@ +X11 based fractal landscape generator. diff --git a/graphics/xmountains/pkg-descr b/graphics/xmountains/pkg-descr new file mode 100644 index 0000000..09071f7 --- /dev/null +++ b/graphics/xmountains/pkg-descr @@ -0,0 +1,7 @@ +Xmountains is a X11 based fractal landscape generator. It generates +random fractal surfaces and displays them in a window. While the +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. + +-proff@iq.org diff --git a/graphics/xmountains/pkg-plist b/graphics/xmountains/pkg-plist new file mode 100644 index 0000000..25fccef --- /dev/null +++ b/graphics/xmountains/pkg-plist @@ -0,0 +1,2 @@ +bin/xmountains +man/man6/xmountains.6.gz |