blob: 21f1012182782ba7e6b8eb90fab0bc346671ab6c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# Makefile for x11/xearth (FreeBSD) - piero Sat Oct 29 12:37:15 PDT 1994
# $Id: Makefile,v 1.1.1.1 1994/10/31 14:59:40 jkh Exp $
#
# Distribution stuff
DISTNAME= xearth-0.92
MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/
USE_IMAKE= is_set
# Copy the list of FreeBSD sites
pre-patch:
cp ${FILESDIR}/freebsd.h ${WRKSRC}
.include <bsd.port.mk>
|