1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/astro/luna/Makefile
2021-04-06 16:31:07 +02:00

21 lines
438 B
Makefile

# Created by: ABURAYER Rewsirow <rewsirow@ff.iij4u.or.jp>
PORTNAME= luna
PORTVERSION= 1.9
CATEGORIES= astro games
MASTER_SITES= http://ftp.vector.co.jp/00/48/300/
DISTNAME= luna19s
MAINTAINER= ports@FreeBSD.org
COMMENT= Display the moon's phase
USES= dos2unix lha
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>