Index: head/astro/xearth/Makefile =================================================================== --- head/astro/xearth/Makefile (revision 455096) +++ head/astro/xearth/Makefile (revision 455097) @@ -1,29 +1,34 @@ # Created by: Piero Serini # $FreeBSD$ PORTNAME= xearth PORTVERSION= 1.2 CATEGORIES= astro geography 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 \ man/man1/xearth.1.gz \ lib/X11/xearth/freebsd.committers.markers \ lib/X11/xearth/freebsd.ftp.markers 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 Index: head/astro/xearth/pkg-descr =================================================================== --- head/astro/xearth/pkg-descr (revision 455096) +++ head/astro/xearth/pkg-descr (revision 455097) @@ -1,17 +1,17 @@ Xearth sets the X root window to an image of the Earth, as seen from your favorite vantage point in space, correctly shaded for the current position of the Sun. By default, xearth updates the displayed image every five minutes. The 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 various FreeBSD people and places: freebsd.committers.markers - FreeBSD committers freebsd.submitters.markers - FreeBSD submitters freebsd.ftp.markers - FreeBSD FTP mirrors