diff options
author | fredb <fredb@pkgsrc.org> | 2000-10-18 03:01:16 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-10-18 03:01:16 +0000 |
commit | a6ff25156c3ec571a623d80f1833df81424f059d (patch) | |
tree | 200882cc75834df65d3d973f684a7baf0168558b | |
parent | bc33909fe4ff97fa1125700ccce22e04749d9cd9 (diff) | |
download | pkgsrc-a6ff25156c3ec571a623d80f1833df81424f059d.tar.gz |
Initial import of XMountains, a fractal terrain generator
-- that is to say, a screensaver.
-rw-r--r-- | x11/xmountains/Makefile | 25 | ||||
-rw-r--r-- | x11/xmountains/files/md5 | 4 | ||||
-rw-r--r-- | x11/xmountains/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/xmountains/pkg/DESCR | 1 | ||||
-rw-r--r-- | x11/xmountains/pkg/PLIST | 3 |
5 files changed, 34 insertions, 0 deletions
diff --git a/x11/xmountains/Makefile b/x11/xmountains/Makefile new file mode 100644 index 00000000000..bdc6491b406 --- /dev/null +++ b/x11/xmountains/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/18 03:01:16 fredb Exp $ +# + +DISTNAME= xmountains_2.5 +PKGNAME= xmountains-2.5 +CATEGORIES= x11 +MASTER_SITES= http://www.epcc.ed.ac.uk/~spb/xmountains/ + +PATCH_SITES= ${MASTER_SITES}/current_source/ +PATCHFILES= vroot.h + +MAINTAINER= fredb@netsd.org +HOMEPAGE= http://www.epcc.ed.ac.uk/~spb/xmountains/ + +NO_WRKSUBDIR= yes +USE_IMAKE= yes + +DIST_SUBDIR= xmountains +MAKE_ENV+= CPPFLAGS="-DVROOT" + +# XXX Hack. We really want an OTHER_SITES/OTHERFILES mechanism for this. +do-patch: + ${CP} ${DISTDIR}/${DIST_SUBDIR}/${PATCHFILES} ${WRKSRC} + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xmountains/files/md5 b/x11/xmountains/files/md5 new file mode 100644 index 00000000000..13d556859b3 --- /dev/null +++ b/x11/xmountains/files/md5 @@ -0,0 +1,4 @@ +$NetBSD: md5,v 1.1.1.1 2000/10/18 03:01:16 fredb Exp $ + +MD5 (xmountains/xmountains_2.5.tar.gz) = 38561473f6298a7bb8d1a8234cbc5d3b +MD5 (xmountains/vroot.h) = 29b64bf407c3aa903acb01a0c3e5fb65 diff --git a/x11/xmountains/pkg/COMMENT b/x11/xmountains/pkg/COMMENT new file mode 100644 index 00000000000..264465eaafc --- /dev/null +++ b/x11/xmountains/pkg/COMMENT @@ -0,0 +1 @@ +fractal terrain generator diff --git a/x11/xmountains/pkg/DESCR b/x11/xmountains/pkg/DESCR new file mode 100644 index 00000000000..f20ea57a2a7 --- /dev/null +++ b/x11/xmountains/pkg/DESCR @@ -0,0 +1 @@ +Xmountains is a fractal terrain generator -- written by Stephen Booth. diff --git a/x11/xmountains/pkg/PLIST b/x11/xmountains/pkg/PLIST new file mode 100644 index 00000000000..91c083f60d7 --- /dev/null +++ b/x11/xmountains/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/18 03:01:16 fredb Exp $ +bin/xmountains +man/cat1/xmountains.0 |