summaryrefslogtreecommitdiff
path: root/devel/gmake/Makefile
blob: c3f76da1b107ff00b69c3085b524d811ccd4a2d0 (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.8 1995/04/09 10:05:08 asami Exp $
#

DISTNAME=       make-3.74
PKGNAME=        gmake-3.74
CATEGORIES+=	development programming
MASTER_SITES=   ftp://prep.ai.mit.edu/pub/gnu/ \
		ftp://ftp.uu.net/systems/gnu/

GNU_CONFIGURE=	yes

.include <bsd.port.mk>