diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-02-15 02:51:35 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-02-15 02:51:35 +0000 |
commit | f4c62ccf3324a282ff440a3529ae41ace5948411 (patch) | |
tree | 983a74f11180d483da6fa6ad2e9b8f7510537e52 /astro/xphoon | |
parent | 16182396ceb815f31dcb40d02badcb7fcb4d6453 (diff) | |
download | ports-f4c62ccf3324a282ff440a3529ae41ace5948411.tar.gz ports-f4c62ccf3324a282ff440a3529ae41ace5948411.zip |
Notes
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 000000000000..0b969532ea35 --- /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 000000000000..f875bb9f4ecc --- /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 000000000000..671c9a868d9f --- /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 000000000000..5b1e86ca9cb4 --- /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 000000000000..9515dd0f77f8 --- /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 000000000000..ebac84bb516a --- /dev/null +++ b/astro/xphoon/pkg-plist @@ -0,0 +1,3 @@ +@cwd /usr/X11R6 +bin/xphoon +man/man1/xphoon.1.gz |