1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Fix MASTER_SITES

- Add LICENSE

PR:		161615
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
Emanuel Haupt 2011-10-18 13:03:34 +00:00
parent 9989180fee
commit 2ae28e1dd9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283762
3 changed files with 11 additions and 9 deletions

View File

@ -9,19 +9,23 @@
PORTNAME= planets
PORTVERSION= 0.1.13
CATEGORIES= astro
MASTER_SITES= http://planets.homedns.org/dist/ \
http://sheepkiller.nerim.net/ports/${PORTNAME}/
MASTER_SITES= GENTOO/distfiles \
http://planets.homedns.org/dist/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= An orbital simulator
LICENSE= GPLv2
BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml
USE_GMAKE= yes
ALL_TARGET= ${PORTNAME}
MAN1= planets.1
MAN1= planets.1
PORTDOCS= KEYBINDINGS.txt getting_started.html
PLIST_FILES= bin/planets
.if defined(WITHOUT_X11)
BROKEN= Does not build without X11 support
@ -32,8 +36,8 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/planets.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in KEYBINDINGS.txt getting_started.html
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.for doc in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif

View File

@ -1,2 +1,4 @@
Planets is a simple interactive program for playing with simulations of
planetary systems.
WWW: http://planets.homedns.org/

View File

@ -1,4 +0,0 @@
bin/planets
%%PORTDOCS%%%%DOCSDIR%%/KEYBINDINGS.txt
%%PORTDOCS%%%%DOCSDIR%%/getting_started.html
%%PORTDOCS%%@dirrm %%DOCSDIR%%