blob: de735379022e4f2dd478944f463c952c701e76d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: xearth
# Version required: 1.0
# Date created: Mon Jan 19 14:34:50 GMT 1998
# Whom: agc@netbsd.org
#
# $NetBSD: Makefile,v 1.2 1998/02/10 21:58:50 frueauf Exp $
#
DISTNAME= xearth-1.0
CATEGORIES= x11
MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/
MAINTAINER= agc@netbsd.org
USE_IMAKE= yes
CAT1= xearth.0
.include <bsd.port.mk>
|