summaryrefslogtreecommitdiff
path: root/x11/ssystem/Makefile
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2001-03-26 07:08:59 +0000
committerfredb <fredb@pkgsrc.org>2001-03-26 07:08:59 +0000
commita3a8f07542fde0af6972df7184773afc68864600 (patch)
treee845b4b0438541927607de69467f36dfa5eb1d58 /x11/ssystem/Makefile
parent154016b569451d3f027782cf159682c048297d4d (diff)
downloadpkgsrc-a3a8f07542fde0af6972df7184773afc68864600.tar.gz
Initial import of ssystem, a Solar System Flyby Simulator, (and most
excellent screensaver). It's possible to download and install high-res maps of selected moons and planets, but including those in the package would make it weigh in a little heavy, so we just install the READMEs, and leave it to the user to download the jpgs, if he wants them.
Diffstat (limited to 'x11/ssystem/Makefile')
-rw-r--r--x11/ssystem/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/x11/ssystem/Makefile b/x11/ssystem/Makefile
new file mode 100644
index 00000000000..fd70a684edd
--- /dev/null
+++ b/x11/ssystem/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/26 07:08:59 fredb Exp $
+#
+
+DISTNAME= ssystem-1.6
+CATEGORIES= x11 graphics
+MASTER_SITES= ${HOMEPAGE} # ${HOMEPAGE}/hires/
+
+MAINTAINER= fredb@netbsd.org
+HOMEPAGE= http://www1.las.es/~amil/ssystem/
+COMMENT= Solar System Flyby Simulator
+
+BUILD_DEPENDS+= bison:../../devel/bison
+
+USE_MESA= yes
+USE_X11BASE= yes
+
+MAKEFILE= Makefile.FreeBSD
+
+DATA_FILES= *.jpg *.dat ssystem.conf
+DOC_FILES= LICENSE README
+
+do-install:
+ cd ${WRKSRC} && \
+ ${INSTALL_PROGRAM} ssystem ${X11BASE}/bin; \
+ ${INSTALL_DATA_DIR} ${X11BASE}/share/ssystem; \
+ ${INSTALL_DATA_DIR} ${X11BASE}/share/doc/ssystem; \
+ ${INSTALL_DATA_DIR} ${X11BASE}/share/ssystem/hires; \
+ ${INSTALL_DATA} ${DATA_FILES} ${X11BASE}/share/ssystem; \
+ ${INSTALL_DATA} ${DOC_FILES} ${X11BASE}/share/doc/ssystem; \
+ ${INSTALL_DATA} hires/README ${X11BASE}/share/ssystem/hires
+
+.include "../../mk/bsd.pkg.mk"