1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/astro/xearth/Makefile
Will Andrews f67050feec Unleash all of these ports upon the people. I no longer have any interest
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
2000-06-22 05:52:15 +00:00

30 lines
710 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
.include <bsd.port.mk>