diff options
author | mph <mph@FreeBSD.org> | 1998-12-15 06:40:48 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-12-15 06:40:48 +0800 |
commit | 461d002cca5646d35b0b27feef1e1ed2fa4d4a61 (patch) | |
tree | 6d3aec898484718f27f80a5c1e0c6670f8108a32 /astro | |
parent | 78a5929c94e3bbbfe27af77163a6ccb70209d362 (diff) | |
download | freebsd-ports-gnome-461d002cca5646d35b0b27feef1e1ed2fa4d4a61.tar.gz freebsd-ports-gnome-461d002cca5646d35b0b27feef1e1ed2fa4d4a61.tar.zst freebsd-ports-gnome-461d002cca5646d35b0b27feef1e1ed2fa4d4a61.zip |
Upgrade to 1.5.
PR: 8938
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'astro')
-rw-r--r-- | astro/openuniverse/Makefile | 34 | ||||
-rw-r--r-- | astro/openuniverse/distinfo | 2 | ||||
-rw-r--r-- | astro/openuniverse/pkg-plist | 4 |
3 files changed, 23 insertions, 17 deletions
diff --git a/astro/openuniverse/Makefile b/astro/openuniverse/Makefile index fc10a831ae82..c2af16ccc238 100644 --- a/astro/openuniverse/Makefile +++ b/astro/openuniverse/Makefile @@ -1,35 +1,39 @@ # New ports collection makefile for: ssystem -# Version required: 1.4 +# Version required: 1.5 # Date created: 4 August 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.3 1998/09/26 23:34:33 steve Exp $ +# $Id: Makefile,v 1.4 1998/11/02 03:49:24 steve Exp $ # -DISTNAME= ssystem-1.4 -CATEGORIES= astro -MASTER_SITES= http://www1.las.es/~amil/ssystem/ \ - http://www.msu.edu/~kamelkev/ +DISTNAME= ssystem-1.5 +CATEGORIES= astro +MASTER_SITES= http://www1.las.es/~amil/ssystem/ \ + http://www.msu.edu/~kamelkev/ +FETCH_BEFORE_ARGS= -b -MAINTAINER= andy@icc.surw.chel.su +MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - MesaGL.14:${PORTSDIR}/graphics/Mesa3 \ - MesaGLU.14:${PORTSDIR}/graphics/Mesa3 \ - glut.3:${PORTSDIR}/graphics/Mesa3 +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + MesaGL.14:${PORTSDIR}/graphics/Mesa3 \ + MesaGLU.14:${PORTSDIR}/graphics/Mesa3 \ + glut.3:${PORTSDIR}/graphics/Mesa3 -USE_X_PREFIX= yes +MAKEFILE= Makefile.FreeBSD -FETCH_BEFORE_ARGS= -b +USE_X_PREFIX= 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 + @ ${INSTALL_DATA} ${WRKSRC}/stars.dat ${PREFIX}/share/ssystem + @ ${INSTALL_DATA} ${WRKSRC}/ssystem.conf ${PREFIX}/etc + +post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/ssystem -.for file in CHANGES LEEME LICENSE README TODO +.for file in CHANGES LEEME LICENSE README README.3D TODO @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/ssystem .endfor .endif diff --git a/astro/openuniverse/distinfo b/astro/openuniverse/distinfo index bb7731e0bd89..227d76a65b57 100644 --- a/astro/openuniverse/distinfo +++ b/astro/openuniverse/distinfo @@ -1 +1 @@ -MD5 (ssystem-1.4.tar.gz) = b353c3af76059e92fb9a6716e5e72a94 +MD5 (ssystem-1.5.tar.gz) = aeb1799204a583df8b7dbdbe74099419 diff --git a/astro/openuniverse/pkg-plist b/astro/openuniverse/pkg-plist index 0c137cddcab2..65e59d792b69 100644 --- a/astro/openuniverse/pkg-plist +++ b/astro/openuniverse/pkg-plist @@ -1,10 +1,11 @@ bin/ssystem +etc/ssystem.conf share/doc/ssystem/CHANGES share/doc/ssystem/LEEME share/doc/ssystem/LICENSE share/doc/ssystem/README +share/doc/ssystem/README.3D share/doc/ssystem/TODO -share/ssystem/Stars.dat share/ssystem/callisto.jpg share/ssystem/charon.jpg share/ssystem/dione.jpg @@ -21,6 +22,7 @@ share/ssystem/pluto.jpg share/ssystem/rhea.jpg share/ssystem/satrings.jpg share/ssystem/saturn.jpg +share/ssystem/stars.dat share/ssystem/sun.jpg share/ssystem/tethys.jpg share/ssystem/titan.jpg |