mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
4377d24c2f
<rewsirow@ff.iij4u.or.jp>: host mx.iij4u.or.jp[210.138.174.71] said: 550 5.1.1 <rewsirow@ff.iij4u.or.jp>... User Unknown (in reply to RCPT TO command)
32 lines
668 B
Makefile
32 lines
668 B
Makefile
# New ports collection makefile for: luna
|
|
# Date created: 03 July 1996
|
|
# Whom: ABURAYER Rewsirow <rewsirow@ff.iij4u.or.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= luna
|
|
PORTVERSION= 1.9
|
|
CATEGORIES= astro games
|
|
MASTER_SITES= ftp://ftp.vector.co.jp/pack/dos/edu/science/space/
|
|
DISTNAME= luna19s
|
|
EXTRACT_SUFX= .lzh
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Display the moon's phase
|
|
|
|
EXTRACT_DEPENDS= lha:${PORTSDIR}/archivers/lha
|
|
|
|
EXTRACT_CMD= lha
|
|
EXTRACT_BEFORE_ARGS= xtfqw=${WRKDIR}
|
|
EXTRACT_AFTER_ARGS= # empty
|
|
|
|
NO_WRKSUBDIR= yes
|
|
PLIST_FILES= bin/luna
|
|
MAKEFILE= makefile
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|varargs.h|stdarg.h|' ${WRKSRC}/iprintf/idoprnt.c
|
|
|
|
.include <bsd.port.mk>
|