summaryrefslogtreecommitdiffstats
path: root/astro/openuniverse/Makefile
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-08-26 01:48:53 +0000
committerwill <will@FreeBSD.org>2000-08-26 01:48:53 +0000
commitbb34c5b37a7b29bb2a482e9bb3dc21a24676a7bb (patch)
tree527378494e62b1bc27066a56023e8baa8a5dcd3d /astro/openuniverse/Makefile
parent932a724ab7089bf7386182798507540ba493d444 (diff)
downloadFreeBSD-ports-bb34c5b37a7b29bb2a482e9bb3dc21a24676a7bb.zip
FreeBSD-ports-bb34c5b37a7b29bb2a482e9bb3dc21a24676a7bb.tar.gz
Rename ssystem to openuniverse after repository copy. Update to
openuniverse 1.0beta3. PR: 19176 Submitted by: Trevor Johnson <trevor@jpj.net>
Diffstat (limited to 'astro/openuniverse/Makefile')
-rw-r--r--astro/openuniverse/Makefile42
1 files changed, 16 insertions, 26 deletions
diff --git a/astro/openuniverse/Makefile b/astro/openuniverse/Makefile
index 5ccb958..c049ab6 100644
--- a/astro/openuniverse/Makefile
+++ b/astro/openuniverse/Makefile
@@ -1,40 +1,30 @@
-# New ports collection makefile for: ssystem
+# New ports collection makefile for: openuniverse
# Date created: 4 August 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
-PORTNAME= ssystem
-PORTVERSION= 1.6
+PORTNAME= openuniverse
+PORTVERSION= 1.0beta3
CATEGORIES= astro
-MASTER_SITES= http://plasma.gsfc.nasa.gov/Ssystem/ \
- http://www.wam.umd.edu/~kamelkev/Ssystem/ \
- http://www.wam.umd.edu/~kamelkev/
+MASTER_SITES= http://download.sourceforge.net/openuniverse/
MAINTAINER= will@FreeBSD.org
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
+ GL.14:${PORTSDIR}/graphics/Mesa3
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
+ --libdir="${LOCALBASE}/lib" \
+
+CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${X11BASE}/include/GL -I${LOCALBASE}/include" \
+ LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lm" \
+ LIBS="-lcompat"
-MAKEFILE= Makefile.FreeBSD
-FETCH_BEFORE_ARGS= -b
USE_X_PREFIX= yes
-USE_MESA= yes
-USE_BISON= 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}/ssystem.conf ${PREFIX}/etc
-
-post-install:
-.if !defined(NOPORTDOCS)
- @ ${MKDIR} ${PREFIX}/share/doc/ssystem
-.for file in CHANGES LEEME LICENSE README README.3D TODO
- @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/ssystem
-.endfor
-.endif
.include <bsd.port.mk>
OpenPOWER on IntegriCloud