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
|
1996-11-15 23:35:10 +01:00
|
|
|
CATEGORIES= astro x11
|
1998-12-10 18:24:33 +01:00
|
|
|
MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/ \
|
1999-07-30 09:33:01 +02:00
|
|
|
ftp://ftp.cs.colorado.edu/users/tuna/ \
|
1998-12-10 18:24:33 +01:00
|
|
|
${MASTER_SITE_XCONTRIB}
|
|
|
|
MASTER_SITE_SUBDIR= applications
|
1994-10-31 15:59:41 +01:00
|
|
|
|
2000-06-22 07:52:15 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1998-05-04 05:00:52 +02:00
|
|
|
|
1995-04-12 22:32:12 +02:00
|
|
|
USE_IMAKE= yes
|
1994-10-31 15:59:41 +01:00
|
|
|
|
1998-09-16 04:25:06 +02:00
|
|
|
MAN1= xearth.1
|
|
|
|
|
2001-01-08 06:13:57 +01:00
|
|
|
# Copy the list of FreeBSD sites & committers locations
|
1995-10-01 22:54:50 +01:00
|
|
|
post-install:
|
2000-10-06 19:12:20 +02:00
|
|
|
@${MKDIR} ${PREFIX}/lib/X11/xearth
|
2001-01-08 06:13:57 +01:00
|
|
|
.for file in freebsd.committers.markers freebsd.ftp.markers
|
2000-10-06 19:12:20 +02:00
|
|
|
@${INSTALL_DATA} ${FILESDIR}/${file} ${PREFIX}/lib/X11/xearth
|
|
|
|
.endfor
|
1995-02-14 13:31:00 +01:00
|
|
|
|
1994-10-31 15:59:41 +01:00
|
|
|
.include <bsd.port.mk>
|