1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/astro/xearth/Makefile
Brian Feldman b87b7e7eab Put jdp's entry in the proper place.
Scoot asami's entry's name over to be able to fit with similarly
located people.

Create a new file: freebsd.core_and_committers.markers.  I separated
the two more, so now I'm recombining them :)  This file is generated
upon installation from the freebsd.{core,committers}.markers files,
so it's a nice set-up now, I think!

Change pkg/DESCR to reflect what the marker files are now (overhaul
the last paragraph completely).
2000-07-13 08:13:10 +00:00

35 lines
1020 B
Makefile

# New ports collection makefile for: xearth
# Date created: 29 October 1995
# Whom: piero
#
# $FreeBSD$
#
PORTNAME= xearth
PORTVERSION= 1.1
CATEGORIES= astro x11
MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/ \
ftp://ftp.cs.colorado.edu/users/tuna/ \
${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
MAINTAINER= ports@FreeBSD.org
USE_IMAKE= yes
MAN1= xearth.1
# Copy the list of FreeBSD sites
post-install:
${MKDIR} ${PREFIX}/lib/X11/xearth
${CP} ${FILESDIR}/freebsd.core.markers ${PREFIX}/lib/X11/xearth
${CP} ${FILESDIR}/freebsd.committers.markers ${PREFIX}/lib/X11/xearth
${CP} ${FILESDIR}/freebsd.ftp.markers ${PREFIX}/lib/X11/xearth
${ECHO} "# All of FreeBSD's committers, including core :)" > \
${PREFIX}/lib/X11/xearth/freebsd.core_and_committers.markers
${GREP} -hv '^[[:space:]]*#' ${FILESDIR}/freebsd.core.markers \
${FILESDIR}/freebsd.committers.markers >> \
${PREFIX}/lib/X11/xearth/freebsd.core_and_committers.markers
.include <bsd.port.mk>