1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/astro/openuniverse/Makefile

41 lines
1.0 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: ssystem
# Date created: 4 August 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= ssystem
PORTVERSION= 1.6
CATEGORIES= astro
MASTER_SITES= http://plasma.gsfc.nasa.gov/Ssystem/ \
http://www.wam.umd.edu/~kamelkev/Ssystem/ \
http://www.wam.umd.edu/~kamelkev/
2000-03-29 09:02:04 +00:00
MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
2000-03-29 09:02:04 +00:00
GL.14:${PORTSDIR}/graphics/Mesa3
MAKEFILE= Makefile.FreeBSD
1998-12-17 09:03:34 +00:00
FETCH_BEFORE_ARGS= -b
USE_X_PREFIX= 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>