1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/astro/luna/Makefile
Pav Lucistnik 4af439aaf9 - Fix build on 5.x
Approved by:	adamw (mentor)
2003-11-22 03:26:19 +00:00

33 lines
672 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= rewsirow@ff.iij4u.or.jp
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
MAKEFILE= makefile
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|varargs.h|stdarg.h|' ${WRKSRC}/iprintf/idoprnt.c
.include <bsd.port.mk>