blob: 0aedbb981527e8a24047f3544506afa66f6bf54a (
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.74
# Date created: 11 September 1994
# Whom: jkh
#
# $Id: Makefile,v 1.9 1995/06/18 13:11:25 ache Exp $
#
DISTNAME= make-3.74
PKGNAME= gmake-3.74
CATEGORIES+= devel
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ \
ftp://ftp.uu.net/systems/gnu/
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|