1995-04-12 22:32:12 +02:00
|
|
|
# New ports collection makefile for: xearth
|
2000-08-20 07:23:31 +02:00
|
|
|
# Date created: 29 October 1994
|
1995-04-12 22:32:12 +02:00
|
|
|
# Whom: piero
|
1994-10-31 15:59:41 +01:00
|
|
|
#
|
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
|
|
|
|
PORTVERSION= 1.1
|
2008-03-13 20:01:04 +01:00
|
|
|
PORTREVISION= 2
|
2007-07-22 21:33:55 +02:00
|
|
|
CATEGORIES= astro geography
|
2011-07-30 21:09:31 +02:00
|
|
|
MASTER_SITES= XCONTRIB/applications \
|
|
|
|
http://seis.bris.ac.uk/~mexas/ \
|
|
|
|
LOCAL/simon
|
1994-10-31 15:59:41 +01:00
|
|
|
|
2011-12-30 02:05:04 +01:00
|
|
|
MAINTAINER= mexas@bris.ac.uk
|
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
|
|
|
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake
|
1994-10-31 15:59:41 +01:00
|
|
|
|
2008-03-13 20:01:04 +01:00
|
|
|
USE_XORG= x11 xext sm ice xt
|
1998-09-16 04:25:06 +02:00
|
|
|
MAN1= xearth.1
|
|
|
|
|
2008-03-13 20:01:04 +01:00
|
|
|
pre-build:
|
|
|
|
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${XMKMF}
|
|
|
|
|
1995-10-01 22:54:50 +01:00
|
|
|
post-install:
|
2000-10-06 19:12:20 +02:00
|
|
|
@${MKDIR} ${PREFIX}/lib/X11/xearth
|
2008-03-13 20:01:04 +01:00
|
|
|
@${INSTALL_MAN} ${WRKSRC}/xearth.man ${MANPREFIX}/man/man1/xearth.1
|
|
|
|
# Copy the list of FreeBSD sites & committers locations
|
2004-12-23 02:41:51 +01:00
|
|
|
.for marker in freebsd.committers.markers freebsd.submitters.markers freebsd.ftp.markers
|
2003-08-15 18:24:21 +02:00
|
|
|
@${INSTALL_DATA} ${FILESDIR}/${marker} ${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>
|