blob: edad6752b9c4e9ffef5432629c2c3fa09a146818 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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>
|