summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-02-14 12:31:00 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-02-14 12:31:00 +0000
commitce3da9366809040136c9c40d5fefdcdd5709d275 (patch)
tree445bc063e2f8ba308f8d58fe906f706cc339fccc /astro
parentAdd maplay to subdirs. (diff)
Added "-freebsd" option, which will display important FreeBSD sites
(which include prominent mirror sites, FreeBSD machines and notable FreeBSD people). The stuff are in files/freebsd.h so people please add more!
Notes
Notes: svn path=/head/; revision=978
Diffstat (limited to 'astro')
-rw-r--r--astro/xearth/Makefile9
-rw-r--r--astro/xearth/distinfo1
-rw-r--r--astro/xearth/pkg-descr3
3 files changed, 9 insertions, 4 deletions
diff --git a/astro/xearth/Makefile b/astro/xearth/Makefile
index 127c781f27ac..21f101218278 100644
--- a/astro/xearth/Makefile
+++ b/astro/xearth/Makefile
@@ -1,15 +1,16 @@
#
# Makefile for x11/xearth (FreeBSD) - piero Sat Oct 29 12:37:15 PDT 1994
-# $Id: $
+# $Id: Makefile,v 1.1.1.1 1994/10/31 14:59:40 jkh Exp $
#
# Distribution stuff
DISTNAME= xearth-0.92
MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/
-# working directory
-WRKDIR= work
-
USE_IMAKE= is_set
+# Copy the list of FreeBSD sites
+pre-patch:
+ cp ${FILESDIR}/freebsd.h ${WRKSRC}
+
.include <bsd.port.mk>
diff --git a/astro/xearth/distinfo b/astro/xearth/distinfo
new file mode 100644
index 000000000000..75c04fb6b360
--- /dev/null
+++ b/astro/xearth/distinfo
@@ -0,0 +1 @@
+MD5 (xearth-0.92.tar.gz) = b500455c29e8e1ea5eb45df8ec043e56
diff --git a/astro/xearth/pkg-descr b/astro/xearth/pkg-descr
index c90de96e2b8b..1628132c7801 100644
--- a/astro/xearth/pkg-descr
+++ b/astro/xearth/pkg-descr
@@ -5,3 +5,6 @@ xearth updates the displayed image every five minutes. The
time between updates can be changed with the -wait option.
Xearth can also render directly into PPM and GIF files
instead of drawing in the root window.
+
+This version has a new option (-freebsd) that will display
+notable FreeBSD sites instead of city names.