diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-10-24 08:53:53 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-10-24 08:53:53 +0000 |
commit | a9e866e262ca83b51b05dae3b59c8608c4d90279 (patch) | |
tree | efd1e43046735067207c489ebb8569df7c8372c8 /astro/luna | |
parent | ca2c4b42bd5b5ef780ee37c0bc9e9c0a0d81f2d3 (diff) | |
download | ports-a9e866e262ca83b51b05dae3b59c8608c4d90279.tar.gz ports-a9e866e262ca83b51b05dae3b59c8608c4d90279.zip |
Notes
Diffstat (limited to 'astro/luna')
-rw-r--r-- | astro/luna/Makefile | 27 | ||||
-rw-r--r-- | astro/luna/distinfo | 1 | ||||
-rw-r--r-- | astro/luna/pkg-comment | 1 | ||||
-rw-r--r-- | astro/luna/pkg-descr | 5 | ||||
-rw-r--r-- | astro/luna/pkg-plist | 2 |
5 files changed, 36 insertions, 0 deletions
diff --git a/astro/luna/Makefile b/astro/luna/Makefile new file mode 100644 index 000000000000..5938a3a05945 --- /dev/null +++ b/astro/luna/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: luna +# Version required: 1.9 +# Date created: 03 July 1996 +# Whom: ABURAYER Rewsirow <pcs51674@asciinet.or.jp> +# +# $Id$ +# + +DISTNAME= luna19 +PKGNAME= luna-1.9 +CATEGORIES+= astro games +MASTER_SITES= ftp://ftp.nc.nihon-u.ac.jp/pub/MSDOS/games/ + +MAINTAINER= pcs51674@asciinet.or.jp + +BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha + +EXTRACT_CMD= lha +EXTRACT_SUFX= .lzh +EXTRACT_BEFORE_ARGS= xfw=${WRKDIR} +PATCH_STRIP= -p1 + +post-extract: + @echo "===> Removing object files for ${DISTNAME}" + @(cd ${WRKDIR}/luna19/iprintf; rm -fr *.o) + +.include <bsd.port.mk> diff --git a/astro/luna/distinfo b/astro/luna/distinfo new file mode 100644 index 000000000000..6a2366bcdf08 --- /dev/null +++ b/astro/luna/distinfo @@ -0,0 +1 @@ +MD5 (luna19.lzh) = 128166e7c6f94f37717adf17cb10f36d diff --git a/astro/luna/pkg-comment b/astro/luna/pkg-comment new file mode 100644 index 000000000000..ab0e2c0e4cb5 --- /dev/null +++ b/astro/luna/pkg-comment @@ -0,0 +1 @@ +Display her phase. diff --git a/astro/luna/pkg-descr b/astro/luna/pkg-descr new file mode 100644 index 000000000000..a3cc2f4436bc --- /dev/null +++ b/astro/luna/pkg-descr @@ -0,0 +1,5 @@ +This is a trivial program that displays the phase of the moon. You +may help when you play a game that depends on the phase of the moon +(nethack, nlith, etc.). + +It can also be used to calculater her...um, you figure this one out. ;) diff --git a/astro/luna/pkg-plist b/astro/luna/pkg-plist new file mode 100644 index 000000000000..b963374b4ef9 --- /dev/null +++ b/astro/luna/pkg-plist @@ -0,0 +1,2 @@ +bin/luna +@comment man/ja_JP.euc/cat1/luna.1.gz |