1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/devel/gmake/Makefile
Jordan K. Hubbard ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00

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>