mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
18 lines
384 B
Makefile
18 lines
384 B
Makefile
# New ports collection makefile for: GNU make
|
|
# Version required: 3.73
|
|
# Date created: 11 September 1994
|
|
# Whom: jkh
|
|
#
|
|
# $Id: Makefile,v 1.7 1995/04/08 13:59:57 ache Exp $
|
|
#
|
|
|
|
DISTNAME= make-3.73
|
|
PKGNAME= gmake-3.73
|
|
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>
|