blob: 62410f9b9237d8d8842893d0ae4cdeca5b0b1df8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: GNU make
# Version required: 3.71
# Date created: 11 September 1994
# Whom: jkh
#
# $Id: Makefile,v 1.5 1994/11/28 23:33:53 torstenb Exp $
#
DISTNAME= make-3.72.1
GNU_CONFIGURE= yes
# Commented out, often busy
# MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
# Mirror:
MASTER_SITES= ftp://ftp.uu.net/systems/gnu/
CATEGORIES+= development programming
.include <bsd.port.mk>
|