mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
69bfd4e29c
"programming" that was in some of them, it's pretty obvious what we are talking about here.
18 lines
379 B
Makefile
18 lines
379 B
Makefile
# 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>
|