summaryrefslogtreecommitdiff
path: root/x11/xmountains/Makefile
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2000-10-18 03:01:16 +0000
committerfredb <fredb@pkgsrc.org>2000-10-18 03:01:16 +0000
commita6ff25156c3ec571a623d80f1833df81424f059d (patch)
tree200882cc75834df65d3d973f684a7baf0168558b /x11/xmountains/Makefile
parentbc33909fe4ff97fa1125700ccce22e04749d9cd9 (diff)
downloadpkgsrc-a6ff25156c3ec571a623d80f1833df81424f059d.tar.gz
Initial import of XMountains, a fractal terrain generator
-- that is to say, a screensaver.
Diffstat (limited to 'x11/xmountains/Makefile')
-rw-r--r--x11/xmountains/Makefile25
1 files changed, 25 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"