1995-04-12 16:32:12 -04:00
|
|
|
# New ports collection makefile for: xearth
|
1995-10-01 17:54:50 -04:00
|
|
|
# Version required: 1.0
|
1995-04-12 16:32:12 -04:00
|
|
|
# Date created: 29 October 1995
|
|
|
|
# Whom: piero
|
1994-10-31 09:59:41 -05:00
|
|
|
#
|
1996-03-29 00:28:27 -05:00
|
|
|
# $Id: Makefile,v 1.5 1995/10/01 21:53:49 roberto Exp $
|
1994-10-31 09:59:41 -05:00
|
|
|
#
|
|
|
|
|
1995-10-01 17:54:50 -04:00
|
|
|
DISTNAME= xearth-1.0
|
1995-04-01 07:51:41 -05:00
|
|
|
CATEGORIES+= x11
|
1995-04-12 16:32:12 -04:00
|
|
|
MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/
|
1994-10-31 09:59:41 -05:00
|
|
|
|
1995-04-12 16:32:12 -04:00
|
|
|
USE_IMAKE= yes
|
1994-10-31 09:59:41 -05:00
|
|
|
|
1995-02-14 07:31:00 -05:00
|
|
|
# Copy the list of FreeBSD sites
|
1995-10-01 17:54:50 -04:00
|
|
|
post-install:
|
1996-03-29 00:28:27 -05:00
|
|
|
mkdir -p ${PREFIX}/lib/X11/xearth
|
|
|
|
cp ${FILESDIR}/freebsd.core.markers ${PREFIX}/lib/X11/xearth
|
|
|
|
cp ${FILESDIR}/freebsd.ftp.markers ${PREFIX}/lib/X11/xearth
|
1995-02-14 07:31:00 -05:00
|
|
|
|
1994-10-31 09:59:41 -05:00
|
|
|
.include <bsd.port.mk>
|