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
|
1996-11-15 22:35:10 +00:00
|
|
|
CATEGORIES= astro x11
|
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}
|
|
|
|
MASTER_SITE_SUBDIR= applications
|
1994-10-31 14:59:41 +00:00
|
|
|
|
2000-06-22 05:52:15 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
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
|
|
|
|
|
2000-10-06 17:12:20 +00:00
|
|
|
# Always prep the joint marker list for every new install
|
|
|
|
pre-install:
|
|
|
|
@${ECHO} "# All of FreeBSD's committers, including core :)" > \
|
|
|
|
${WRKDIR}/freebsd.core_and_committers.markers
|
|
|
|
@${GREP} -hv '^[[:space:]]*#' ${FILESDIR}/freebsd.core.markers \
|
|
|
|
${FILESDIR}/freebsd.committers.markers >> \
|
|
|
|
${WRKDIR}/freebsd.core_and_committers.markers
|
|
|
|
|
1995-02-14 12:31:00 +00:00
|
|
|
# Copy the list of FreeBSD sites
|
1995-10-01 21:54:50 +00:00
|
|
|
post-install:
|
2000-10-06 17:12:20 +00:00
|
|
|
@${MKDIR} ${PREFIX}/lib/X11/xearth
|
|
|
|
.for file in freebsd.core.markers freebsd.committers.markers \
|
|
|
|
freebsd.ftp.markers
|
|
|
|
@${INSTALL_DATA} ${FILESDIR}/${file} ${PREFIX}/lib/X11/xearth
|
|
|
|
.endfor
|
|
|
|
@${INSTALL_DATA} \
|
|
|
|
${WRKDIR}/freebsd.core_and_committers.markers \
|
|
|
|
${PREFIX}/lib/X11/xearth
|
1995-02-14 12:31:00 +00:00
|
|
|
|
1994-10-31 14:59:41 +00:00
|
|
|
.include <bsd.port.mk>
|