mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
27 lines
529 B
Makefile
27 lines
529 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
|
|
|
|
BUILD_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.mk>
|