2012-10-15 12:03:40 +00:00
|
|
|
# Created by: Piero Serini <piero@FreeBSD.org>
|
1999-08-25 04:22:48 +00:00
|
|
|
# $FreeBSD$
|
1994-10-31 14:59:41 +00:00
|
|
|
|
2000-04-08 22:04:57 +00:00
|
|
|
PORTNAME= xearth
|
2012-10-15 12:03:40 +00:00
|
|
|
PORTVERSION= 1.2
|
2007-07-22 19:33:55 +00:00
|
|
|
CATEGORIES= astro geography
|
2016-12-26 11:59:12 +00:00
|
|
|
MASTER_SITES= LOCAL/madpilot/xearth
|
1994-10-31 14:59:41 +00:00
|
|
|
|
2017-01-11 00:28:13 +00:00
|
|
|
MAINTAINER= ler@FreeBSD.org
|
2003-02-20 17:07:10 +00:00
|
|
|
COMMENT= Set the root window to the image of earth
|
1998-05-04 03:00:52 +00:00
|
|
|
|
2017-11-29 09:00:22 +00:00
|
|
|
LICENSE= Xearth
|
|
|
|
LICENSE_FILE= ${WRKSRC}/README
|
|
|
|
LICENSE_NAME= Xearth license
|
|
|
|
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
|
|
|
|
|
2008-03-13 19:01:04 +00:00
|
|
|
USE_XORG= x11 xext sm ice xt
|
2014-06-01 09:00:15 +00:00
|
|
|
USES= tar:xz
|
2012-10-15 12:03:40 +00:00
|
|
|
PLIST_FILES= bin/xearth \
|
2013-10-15 14:23:29 +00:00
|
|
|
man/man1/xearth.1.gz \
|
2012-10-15 12:03:40 +00:00
|
|
|
lib/X11/xearth/freebsd.committers.markers \
|
2013-06-25 19:16:58 +00:00
|
|
|
lib/X11/xearth/freebsd.ftp.markers
|
2012-10-15 12:03:40 +00:00
|
|
|
PLIST_DIRS= lib/X11/xearth
|
1998-09-16 02:25:06 +00:00
|
|
|
|
2012-10-15 12:03:40 +00:00
|
|
|
do-install:
|
2017-11-29 09:00:22 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xearth ${STAGEDIR}${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/xearth.man ${STAGEDIR}${MANPREFIX}/man/man1/xearth.1
|
2013-10-15 14:23:29 +00:00
|
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/xearth
|
2008-03-13 19:01:04 +00:00
|
|
|
# Copy the list of FreeBSD sites & committers locations
|
2013-06-25 19:16:58 +00:00
|
|
|
.for marker in freebsd.committers.markers freebsd.ftp.markers
|
2017-11-29 09:00:22 +00:00
|
|
|
${INSTALL_DATA} ${FILESDIR}/${marker} ${STAGEDIR}${PREFIX}/lib/X11/xearth
|
2000-10-06 17:12:20 +00:00
|
|
|
.endfor
|
1995-02-14 12:31:00 +00:00
|
|
|
|
1994-10-31 14:59:41 +00:00
|
|
|
.include <bsd.port.mk>
|