1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/astro/luna/Makefile
2013-11-18 13:04:09 +00:00

23 lines
476 B
Makefile

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