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/Makefile | |
parent | ca2c4b42bd5b5ef780ee37c0bc9e9c0a0d81f2d3 (diff) |
The first member of the new astro category is: the ascii moon!
Submitted by: ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
Notes
Notes:
svn path=/head/; revision=4129
Diffstat (limited to 'astro/luna/Makefile')
-rw-r--r-- | astro/luna/Makefile | 27 |
1 files changed, 27 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> |