1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/astro/luna/Makefile
Martin Wilke f3ad6549de - Fix MASTER_SITES
- Add WWW: line

PR:		158491
Submitted by:	Ports Fury
2011-07-02 14:30:05 +00:00

32 lines
669 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= http://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>