diff options
Diffstat (limited to 'astro/openuniverse')
-rw-r--r-- | astro/openuniverse/Makefile | 34 | ||||
-rw-r--r-- | astro/openuniverse/distinfo | 1 | ||||
-rw-r--r-- | astro/openuniverse/pkg-comment | 1 | ||||
-rw-r--r-- | astro/openuniverse/pkg-descr | 5 | ||||
-rw-r--r-- | astro/openuniverse/pkg-plist | 31 |
5 files changed, 72 insertions, 0 deletions
diff --git a/astro/openuniverse/Makefile b/astro/openuniverse/Makefile new file mode 100644 index 000000000000..008bb2d144f7 --- /dev/null +++ b/astro/openuniverse/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: ssystem +# Version required: 1.3 +# Date created: 4 August 1998 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= ssystem-1.3 +CATEGORIES= astro +MASTER_SITES= http://www1.las.es/~amil/ssystem/ + +MAINTAINER= andy@icc.surw.chel.su + +LIB_DEPENDS= jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ + MesaGL\\.1\[34\]\\.:${PORTSDIR}/graphics/Mesa3 \ + MesaGLU\\.1\[34\]\\.:${PORTSDIR}/graphics/Mesa3 \ + glut\\.3\\.:${PORTSDIR}/graphics/Mesa3 + +USE_X11= yes + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/ssystem ${PREFIX}/bin + @ ${MKDIR} ${PREFIX}/share/ssystem + @ ${INSTALL_DATA} ${WRKSRC}/*.jpg ${PREFIX}/share/ssystem + @ ${INSTALL_DATA} ${WRKSRC}/Stars.dat ${PREFIX}/share/ssystem +.if !defined(NOPORTDOCS) + @ ${MKDIR} ${PREFIX}/share/doc/ssystem +.for file in CHANGES LEEME LICENSE README TODO + @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/ssystem +.endfor +.endif + +.include <bsd.port.mk> diff --git a/astro/openuniverse/distinfo b/astro/openuniverse/distinfo new file mode 100644 index 000000000000..663bf614282d --- /dev/null +++ b/astro/openuniverse/distinfo @@ -0,0 +1 @@ +MD5 (ssystem-1.3.tar.gz) = e43299591e5851cd224cf612e170d1c2 diff --git a/astro/openuniverse/pkg-comment b/astro/openuniverse/pkg-comment new file mode 100644 index 000000000000..223594b1eb23 --- /dev/null +++ b/astro/openuniverse/pkg-comment @@ -0,0 +1 @@ +OpenGL Solar System simulator for X Window System. diff --git a/astro/openuniverse/pkg-descr b/astro/openuniverse/pkg-descr new file mode 100644 index 000000000000..2d3c7f318d02 --- /dev/null +++ b/astro/openuniverse/pkg-descr @@ -0,0 +1,5 @@ +ssystem is an OpenGL Solar System simulator. Only the Sun, the nine +planets, and a few major satellites are included. Background stars are +also included. + +http://www1.las.es/~amil/ssystem diff --git a/astro/openuniverse/pkg-plist b/astro/openuniverse/pkg-plist new file mode 100644 index 000000000000..0c137cddcab2 --- /dev/null +++ b/astro/openuniverse/pkg-plist @@ -0,0 +1,31 @@ +bin/ssystem +share/doc/ssystem/CHANGES +share/doc/ssystem/LEEME +share/doc/ssystem/LICENSE +share/doc/ssystem/README +share/doc/ssystem/TODO +share/ssystem/Stars.dat +share/ssystem/callisto.jpg +share/ssystem/charon.jpg +share/ssystem/dione.jpg +share/ssystem/earth.jpg +share/ssystem/europa.jpg +share/ssystem/ganymede.jpg +share/ssystem/io.jpg +share/ssystem/jupiter.jpg +share/ssystem/mars.jpg +share/ssystem/mercury.jpg +share/ssystem/moon.jpg +share/ssystem/neptune.jpg +share/ssystem/pluto.jpg +share/ssystem/rhea.jpg +share/ssystem/satrings.jpg +share/ssystem/saturn.jpg +share/ssystem/sun.jpg +share/ssystem/tethys.jpg +share/ssystem/titan.jpg +share/ssystem/triton.jpg +share/ssystem/uranus.jpg +share/ssystem/venus.jpg +@dirrm share/doc/ssystem +@dirrm share/ssystem |