mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Fix MASTER_SITES
- Add LICENSE PR: 161615 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
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
|
@ -9,19 +9,23 @@
|
||||||
PORTNAME= planets
|
PORTNAME= planets
|
||||||
PORTVERSION= 0.1.13
|
PORTVERSION= 0.1.13
|
||||||
CATEGORIES= astro
|
CATEGORIES= astro
|
||||||
MASTER_SITES= http://planets.homedns.org/dist/ \
|
MASTER_SITES= GENTOO/distfiles \
|
||||||
http://sheepkiller.nerim.net/ports/${PORTNAME}/
|
http://planets.homedns.org/dist/
|
||||||
EXTRACT_SUFX= .tgz
|
EXTRACT_SUFX= .tgz
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= An orbital simulator
|
COMMENT= An orbital simulator
|
||||||
|
|
||||||
|
LICENSE= GPLv2
|
||||||
|
|
||||||
BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml
|
BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
ALL_TARGET= ${PORTNAME}
|
ALL_TARGET= ${PORTNAME}
|
||||||
|
|
||||||
MAN1= planets.1
|
MAN1= planets.1
|
||||||
|
PORTDOCS= KEYBINDINGS.txt getting_started.html
|
||||||
|
PLIST_FILES= bin/planets
|
||||||
|
|
||||||
.if defined(WITHOUT_X11)
|
.if defined(WITHOUT_X11)
|
||||||
BROKEN= Does not build without X11 support
|
BROKEN= Does not build without X11 support
|
||||||
|
@ -32,8 +36,8 @@ do-install:
|
||||||
${INSTALL_MAN} ${WRKSRC}/planets.1 ${MANPREFIX}/man/man1
|
${INSTALL_MAN} ${WRKSRC}/planets.1 ${MANPREFIX}/man/man1
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
.for file in KEYBINDINGS.txt getting_started.html
|
.for doc in ${PORTDOCS}
|
||||||
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
|
||||||
.endfor
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
Planets is a simple interactive program for playing with simulations of
|
Planets is a simple interactive program for playing with simulations of
|
||||||
planetary systems.
|
planetary systems.
|
||||||
|
|
||||||
|
WWW: http://planets.homedns.org/
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
bin/planets
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/KEYBINDINGS.txt
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/getting_started.html
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
Loading…
Add table
Reference in a new issue