1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/astro/openuniverse/Makefile
Matthew Hunt 1820af7140 Import of ssystem 1.3, an OpenGL solar system simulator.
PR:		7495
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-08-06 17:57:50 +00:00

35 lines
921 B
Makefile

# 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>