33 lines
661 B
Makefile
33 lines
661 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
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 501000
|
|
BROKEN= "Does not compile"
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|