1995-04-12 20:32:12 +00:00
|
|
|
# New ports collection makefile for: xearth
|
2000-08-20 05:23:31 +00:00
|
|
|
# Date created: 29 October 1994
|
1995-04-12 20:32:12 +00:00
|
|
|
# Whom: piero
|
1994-10-31 14:59:41 +00:00
|
|
|
#
|
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
|
|
|
|
PORTVERSION= 1.1
|
2003-08-15 16:24:21 +00:00
|
|
|
CATEGORIES= astro
|
1998-12-10 17:24:33 +00:00
|
|
|
MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/ \
|
1999-07-30 07:33:01 +00:00
|
|
|
ftp://ftp.cs.colorado.edu/users/tuna/ \
|
1998-12-10 17:24:33 +00:00
|
|
|
${MASTER_SITE_XCONTRIB}
|
2003-08-15 16:24:21 +00:00
|
|
|
MASTER_SITE_SUBDIR= applications
|
1994-10-31 14:59:41 +00:00
|
|
|
|
2000-06-22 05:52:15 +00:00
|
|
|
MAINTAINER= ports@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
|
|
|
|
1995-04-12 20:32:12 +00:00
|
|
|
USE_IMAKE= yes
|
1994-10-31 14:59:41 +00:00
|
|
|
|
1998-09-16 02:25:06 +00:00
|
|
|
MAN1= xearth.1
|
|
|
|
|
2001-01-08 05:13:57 +00:00
|
|
|
# Copy the list of FreeBSD sites & committers locations
|
1995-10-01 21:54:50 +00:00
|
|
|
post-install:
|
2000-10-06 17:12:20 +00:00
|
|
|
@${MKDIR} ${PREFIX}/lib/X11/xearth
|
2003-08-15 16:24:21 +00:00
|
|
|
.for marker in freebsd.committers.markers freebsd.ftp.markers
|
|
|
|
@${INSTALL_DATA} ${FILESDIR}/${marker} ${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>
|