1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/astro/luna/Makefile
David E. O'Brien 4f4c6521c9 Id->FreeBSD rename try 2.
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
1999-08-25 04:22:48 +00:00

29 lines
620 B
Makefile

# New ports collection makefile for: luna
# Version required: 1.9
# Date created: 03 July 1996
# Whom: ABURAYER Rewsirow <rewsirow@ff.iij4u.or.jp>
#
# $FreeBSD$
#
DISTNAME= luna19
PKGNAME= luna-1.9
CATEGORIES= astro games
MASTER_SITES= ftp://ftp.ae.keio.ac.jp/pub/msdos/utils/
EXTRACT_SUFX= .lzh
MAINTAINER= rewsirow@ff.iij4u.or.jp
BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha
EXTRACT_CMD= lha
EXTRACT_BEFORE_ARGS= xfw=${WRKDIR}
EXTRACT_AFTER_ARGS= # empty
PATCH_STRIP= -p1
post-extract:
@echo "===> Removing object files for ${DISTNAME}"
@(cd ${WRKDIR}/luna19/iprintf; ${RM} -fr *.o)
.include <bsd.port.mk>