2002-03-15 07:24:29 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: planets
|
|
|
|
# Date created: Mar 15, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= planets
|
2003-10-21 00:14:05 +02:00
|
|
|
PORTVERSION= 0.1.12
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2002-03-15 07:24:29 +01:00
|
|
|
CATEGORIES= astro
|
2003-10-23 11:29:41 +02:00
|
|
|
MASTER_SITES= http://planets.homedns.org/dist/ \
|
|
|
|
http://sheepkiller.nerim.net/ports/${PORTNAME}/
|
2002-03-15 07:24:29 +01:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= An orbital simulator
|
2002-03-15 07:24:29 +01:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
|
2003-05-07 15:28:40 +02:00
|
|
|
MAN1= planets.1
|
|
|
|
|
2002-03-15 07:24:29 +01:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
2003-05-07 15:28:40 +02:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/planets.1 ${MANPREFIX}/man/man1
|
2002-03-15 07:24:29 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for file in KEYBINDINGS.txt getting_started.html
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|