- Add license (note that commercial distribution is not allowed)
- Unsilence installation - Fix WWW Approved by: portmgr blanket
This commit is contained in:
parent
e123bac64b
commit
585fb8c944
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455097
2 changed files with 9 additions and 4 deletions
|
@ -9,6 +9,11 @@ MASTER_SITES= LOCAL/madpilot/xearth
|
|||
MAINTAINER= ler@FreeBSD.org
|
||||
COMMENT= Set the root window to the image of earth
|
||||
|
||||
LICENSE= Xearth
|
||||
LICENSE_FILE= ${WRKSRC}/README
|
||||
LICENSE_NAME= Xearth license
|
||||
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
|
||||
|
||||
USE_XORG= x11 xext sm ice xt
|
||||
USES= tar:xz
|
||||
PLIST_FILES= bin/xearth \
|
||||
|
@ -18,12 +23,12 @@ PLIST_FILES= bin/xearth \
|
|||
PLIST_DIRS= lib/X11/xearth
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/xearth ${STAGEDIR}${PREFIX}/bin
|
||||
@${INSTALL_MAN} ${WRKSRC}/xearth.man ${STAGEDIR}${MANPREFIX}/man/man1/xearth.1
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/xearth ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/xearth.man ${STAGEDIR}${MANPREFIX}/man/man1/xearth.1
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/xearth
|
||||
# Copy the list of FreeBSD sites & committers locations
|
||||
.for marker in freebsd.committers.markers freebsd.ftp.markers
|
||||
@${INSTALL_DATA} ${FILESDIR}/${marker} ${STAGEDIR}${PREFIX}/lib/X11/xearth
|
||||
${INSTALL_DATA} ${FILESDIR}/${marker} ${STAGEDIR}${PREFIX}/lib/X11/xearth
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -6,7 +6,7 @@ time between updates can be changed with the -wait option.
|
|||
Xearth can also render directly into PPM and GIF files
|
||||
instead of drawing in the root window.
|
||||
|
||||
WWW: http://xearth.org
|
||||
WWW: http://xearth.org/
|
||||
|
||||
There are three additional marker files installed in
|
||||
/usr/local/lib/X11/xearth which specify the locations of
|
||||
|
|
Loading…
Reference in a new issue