1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/astro/luna/Makefile
Satoshi Asami a9e866e262 The first member of the new astro category is: the ascii moon!
Submitted by:	ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
1996-10-24 08:53:53 +00:00

28 lines
588 B
Makefile

# 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>