mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
ac3066bf75
multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
18 lines
413 B
Makefile
18 lines
413 B
Makefile
# 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>
|