1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/astro/xearth/Makefile

28 lines
664 B
Makefile
Raw Normal View History

# New ports collection makefile for: xearth
# Version required: 1.0
# Date created: 29 October 1995
# Whom: piero
#
1999-06-22 22:56:55 +00:00
# $Id: Makefile,v 1.11 1998/12/10 17:24:33 vanilla Exp $
#
DISTNAME= xearth-1.0
1996-11-15 22:35:10 +00:00
CATEGORIES= astro x11
MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/ \
${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
1999-06-22 22:56:55 +00:00
MAINTAINER= andrews@technologist.com
1998-05-04 03:00:52 +00:00
USE_IMAKE= yes
MAN1= xearth.1
# Copy the list of FreeBSD sites
post-install:
1996-11-15 22:35:10 +00:00
${MKDIR} ${PREFIX}/lib/X11/xearth
${CP} ${FILESDIR}/freebsd.core.markers ${PREFIX}/lib/X11/xearth
${CP} ${FILESDIR}/freebsd.ftp.markers ${PREFIX}/lib/X11/xearth
.include <bsd.port.mk>