openbsd-ports/astro/luna/Makefile
wcobb 991bc9950a luna, from Nick Nauwelaerts <nick@wanadoo.be>.
This is a trivial program that displays the phase of the moon.
  
ok espie@.
2002-04-27 15:23:58 +00:00

34 lines
805 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2002/04/27 15:23:58 wcobb Exp $
COMMENT= "display the moon's phase"
DISTNAME= luna19s
PKGNAME= luna-1.9
CATEGORIES= astro
NEED_VERSION= 1.500
EXTRACT_SUFX= .lzh
EXTRACT_CASES= *.lzh) lha xw=${WRKDIR}/${DISTNAME} ${FULLDISTDIR}/$$archive ;;
MAINTAINER= Nick Nauwelaerts <nick@wanadoo.be>
PERMIT_PACKAGE_CDROM= "copyrighted"
PERMIT_PACKAGE_FTP= "copyrighted"
PERMIT_DISTFILES_CDROM= "copyrighted"
PERMIT_DISTFILES_FTP= "copyrighted"
MASTER_SITES= ftp://ftp.vector.co.jp/pack/dos/edu/science/space/
BUILD_DEPENDS= ::archivers/lha
MAKE_FILE= makefile
NO_REGRESS= Yes
post-extract:
.for f in famplan.c luna.c luna.h makefile pyramid.c pyramid.h iprintf/makefile
@cd ${WRKSRC} && sed -e \
s#
##g < ${f} > ${f}.new && mv -f ${f}.new ${f}
.endfor
.include <bsd.port.mk>