diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-01-11 11:50:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-01-11 11:50:20 +0000 |
commit | a6f9d1a6cd1eccb8b0df857169a1eedc8e212f81 (patch) | |
tree | 5f8f1c04716d246bacc17950d95e3a0d1ec5ec5f /graphics/xmountains | |
parent | aeeac4f091907757d0a1da29d1e21c8f9ad2b4ca (diff) | |
download | ports-a6f9d1a6cd1eccb8b0df857169a1eedc8e212f81.tar.gz ports-a6f9d1a6cd1eccb8b0df857169a1eedc8e212f81.zip |
Notes
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 000000000000..a5d3b1800b21 --- /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 000000000000..c0234b73b696 --- /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 000000000000..72aea08ed910 --- /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 000000000000..7a52e450cc85 --- /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 000000000000..09071f77b122 --- /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 000000000000..25fccef19123 --- /dev/null +++ b/graphics/xmountains/pkg-plist @@ -0,0 +1,2 @@ +bin/xmountains +man/man6/xmountains.6.gz |