diff options
author | asami <asami@FreeBSD.org> | 1995-02-15 02:51:35 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-02-15 02:51:35 +0000 |
commit | dd915ebcd72dc5f1ce6a4609fc858995c1312bc4 (patch) | |
tree | 8313098b566b712c5006b37b5c4234b2abba38aa /astro/xphoon | |
parent | 34ca14787d203838b63ec3b67bfc31184a609602 (diff) | |
download | FreeBSD-ports-dd915ebcd72dc5f1ce6a4609fc858995c1312bc4.zip FreeBSD-ports-dd915ebcd72dc5f1ce6a4609fc858995c1312bc4.tar.gz |
Another root window toy, this one displays the moon in the current phase.
Any ftp sites there yet? ;)
Diffstat (limited to 'astro/xphoon')
-rw-r--r-- | astro/xphoon/Makefile | 14 | ||||
-rw-r--r-- | astro/xphoon/distinfo | 1 | ||||
-rw-r--r-- | astro/xphoon/files/patch-aa | 11 | ||||
-rw-r--r-- | astro/xphoon/pkg-comment | 1 | ||||
-rw-r--r-- | astro/xphoon/pkg-descr | 1 | ||||
-rw-r--r-- | astro/xphoon/pkg-plist | 3 |
6 files changed, 31 insertions, 0 deletions
diff --git a/astro/xphoon/Makefile b/astro/xphoon/Makefile new file mode 100644 index 0000000..0b96953 --- /dev/null +++ b/astro/xphoon/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: xphoon +# Version required: 18sep91 (in R5 contrib) +# Date created: 14 February 1995 +# Whom: asami +# +# $Id: Makefile,v 1.5 1995/01/13 12:49:18 jkh Exp $ +# + +DISTNAME= xphoon +USE_IMAKE= yes +MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11//R5-contrib/ +EXTRACT_SUFX= .tar.Z + +.include <bsd.port.mk> diff --git a/astro/xphoon/distinfo b/astro/xphoon/distinfo new file mode 100644 index 0000000..f875bb9 --- /dev/null +++ b/astro/xphoon/distinfo @@ -0,0 +1 @@ +MD5 (xphoon.tar.Z) = 9d8cce7199cd445692929e1e80f7058e diff --git a/astro/xphoon/files/patch-aa b/astro/xphoon/files/patch-aa new file mode 100644 index 0000000..671c9a8 --- /dev/null +++ b/astro/xphoon/files/patch-aa @@ -0,0 +1,11 @@ +--- ./Imakefile.org Wed Sep 18 12:57:31 1991 ++++ ./Imakefile Tue Feb 14 18:44:28 1995 +@@ -11,7 +11,7 @@ + + + INCLUDES = -I. -I$(TOP) -I$(TOP)/X11 -I$(TOP)/X11/bitmaps +-LOCAL_LIBRARIES = $(XLIB) ++LOCAL_LIBRARIES = $(XLIB) -lcompat + DEPLIBS = $(DEPXLIB) + LDLIBS = -lm + diff --git a/astro/xphoon/pkg-comment b/astro/xphoon/pkg-comment new file mode 100644 index 0000000..5b1e86c --- /dev/null +++ b/astro/xphoon/pkg-comment @@ -0,0 +1 @@ +xphoon sets X the root window to a picture of the moon in its current phase diff --git a/astro/xphoon/pkg-descr b/astro/xphoon/pkg-descr new file mode 100644 index 0000000..9515dd0 --- /dev/null +++ b/astro/xphoon/pkg-descr @@ -0,0 +1 @@ +Xphoon sets X the root window to a picture of the moon in its current phase. diff --git a/astro/xphoon/pkg-plist b/astro/xphoon/pkg-plist new file mode 100644 index 0000000..ebac84b --- /dev/null +++ b/astro/xphoon/pkg-plist @@ -0,0 +1,3 @@ +@cwd /usr/X11R6 +bin/xphoon +man/man1/xphoon.1.gz |