2012-10-15 14:03:40 +02:00
|
|
|
# Created by: Piero Serini <piero@FreeBSD.org>
|
1999-08-25 06:22:48 +02:00
|
|
|
# $FreeBSD$
|
1994-10-31 15:59:41 +01:00
|
|
|
|
2000-04-09 00:04:57 +02:00
|
|
|
PORTNAME= xearth
|
2012-10-15 14:03:40 +02:00
|
|
|
PORTVERSION= 1.2
|
2007-07-22 21:33:55 +02:00
|
|
|
CATEGORIES= astro geography
|
2012-10-15 14:03:40 +02:00
|
|
|
MASTER_SITES= http://seis.bris.ac.uk/~mexas/ \
|
2014-06-02 15:51:31 +02:00
|
|
|
http://www.skysmurf.nl/comp/FreeBSD/distfiles/ \
|
2012-10-15 14:03:40 +02:00
|
|
|
LOCAL/madpilot/xearth
|
1994-10-31 15:59:41 +01:00
|
|
|
|
2014-06-02 15:51:31 +02:00
|
|
|
MAINTAINER= freebsd@skysmurf.nl
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Set the root window to the image of earth
|
1998-05-04 05:00:52 +02:00
|
|
|
|
2008-03-13 20:01:04 +01:00
|
|
|
USE_XORG= x11 xext sm ice xt
|
2014-06-01 11:00:15 +02:00
|
|
|
USES= tar:xz
|
2012-10-15 14:03:40 +02:00
|
|
|
PLIST_FILES= bin/xearth \
|
2013-10-15 16:23:29 +02:00
|
|
|
man/man1/xearth.1.gz \
|
2012-10-15 14:03:40 +02:00
|
|
|
lib/X11/xearth/freebsd.committers.markers \
|
2013-06-25 21:16:58 +02:00
|
|
|
lib/X11/xearth/freebsd.ftp.markers
|
2012-10-15 14:03:40 +02:00
|
|
|
PLIST_DIRS= lib/X11/xearth
|
1998-09-16 04:25:06 +02:00
|
|
|
|
2012-10-15 14:03:40 +02:00
|
|
|
do-install:
|
2013-10-15 16:23:29 +02:00
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/xearth ${STAGEDIR}${PREFIX}/bin
|
|
|
|
@${INSTALL_MAN} ${WRKSRC}/xearth.man ${STAGEDIR}${MANPREFIX}/man/man1/xearth.1
|
|
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/xearth
|
2008-03-13 20:01:04 +01:00
|
|
|
# Copy the list of FreeBSD sites & committers locations
|
2013-06-25 21:16:58 +02:00
|
|
|
.for marker in freebsd.committers.markers freebsd.ftp.markers
|
2013-10-15 16:23:29 +02:00
|
|
|
@${INSTALL_DATA} ${FILESDIR}/${marker} ${STAGEDIR}${PREFIX}/lib/X11/xearth
|
2000-10-06 19:12:20 +02:00
|
|
|
.endfor
|
1995-02-14 13:31:00 +01:00
|
|
|
|
1994-10-31 15:59:41 +01:00
|
|
|
.include <bsd.port.mk>
|