diff options
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> |