summaryrefslogtreecommitdiffstats
path: root/astro/planets
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-03-15 06:24:29 +0000
committerijliao <ijliao@FreeBSD.org>2002-03-15 06:24:29 +0000
commit0eb59971f5e3f411580c31dcddfe5e1ec4a6122c (patch)
tree984aa80dd59665db8d4eb685025fd916bfbb9042 /astro/planets
parentd00d6bdb6f3f67c91893d9ff3e460a365777289d (diff)
downloadFreeBSD-ports-0eb59971f5e3f411580c31dcddfe5e1ec4a6122c.zip
FreeBSD-ports-0eb59971f5e3f411580c31dcddfe5e1ec4a6122c.tar.gz
add planets 0.1.5
An orbital simulator
Diffstat (limited to 'astro/planets')
-rw-r--r--astro/planets/Makefile32
-rw-r--r--astro/planets/distinfo1
-rw-r--r--astro/planets/pkg-comment1
-rw-r--r--astro/planets/pkg-descr4
-rw-r--r--astro/planets/pkg-plist4
5 files changed, 42 insertions, 0 deletions
diff --git a/astro/planets/Makefile b/astro/planets/Makefile
new file mode 100644
index 0000000..0ba3223
--- /dev/null
+++ b/astro/planets/Makefile
@@ -0,0 +1,32 @@
+# ex:ts=8
+# Ports collection makefile for: planets
+# Date created: Mar 15, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= planets
+PORTVERSION= 0.1.5
+CATEGORIES= astro
+MASTER_SITES= http://planets.homedns.org/dist/${PORTVERSION}/
+DISTNAME= ${PORTNAME}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= ports@FreeBSD.org
+
+BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml
+
+USE_GMAKE= yes
+ALL_TARGET= ${PORTNAME}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for file in KEYBINDINGS.txt getting_started.html
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/astro/planets/distinfo b/astro/planets/distinfo
new file mode 100644
index 0000000..36205fc
--- /dev/null
+++ b/astro/planets/distinfo
@@ -0,0 +1 @@
+MD5 (planets.tgz) = cfa21bc2a8b3e403814c5a4a4118cad3
diff --git a/astro/planets/pkg-comment b/astro/planets/pkg-comment
new file mode 100644
index 0000000..67231ff
--- /dev/null
+++ b/astro/planets/pkg-comment
@@ -0,0 +1 @@
+An orbital simulator
diff --git a/astro/planets/pkg-descr b/astro/planets/pkg-descr
new file mode 100644
index 0000000..1c4f6a7
--- /dev/null
+++ b/astro/planets/pkg-descr
@@ -0,0 +1,4 @@
+Planets is a simple interactive program for playing with simulations of
+planetary systems.
+
+WWW: http://planets.homedns.org/
diff --git a/astro/planets/pkg-plist b/astro/planets/pkg-plist
new file mode 100644
index 0000000..91f5ad0
--- /dev/null
+++ b/astro/planets/pkg-plist
@@ -0,0 +1,4 @@
+bin/planets
+%%PORTDOCS%%share/doc/planets/KEYBINDINGS.txt
+%%PORTDOCS%%share/doc/planets/getting_started.html
+%%PORTDOCS%%@dirrm share/doc/planets
OpenPOWER on IntegriCloud