991bc9950a
This is a trivial program that displays the phase of the moon. ok espie@.
34 lines
805 B
Makefile
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>
|