diff options
author | asami <asami@FreeBSD.org> | 1996-10-24 08:53:53 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-10-24 08:53:53 +0000 |
commit | 4363dc036ff8aba019a71209488dc4de7c587bf2 (patch) | |
tree | 4203430ed14e3f5d42747050c8078daad31aa88b /astro/luna/Makefile | |
parent | 2fab067e410fcbf503093f94d1618022b71d4d24 (diff) | |
download | FreeBSD-ports-4363dc036ff8aba019a71209488dc4de7c587bf2.zip FreeBSD-ports-4363dc036ff8aba019a71209488dc4de7c587bf2.tar.gz |
The first member of the new astro category is: the ascii moon!
Submitted by: ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
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 0000000..5938a3a --- /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> |