1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/devel/gmake381/Makefile
Satoshi Asami 69bfd4e29c Change gategory name "development" -> "devel". Also take out the
"programming" that was in some of them, it's pretty obvious what
we are talking about here.
1995-11-26 11:29:21 +00:00

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>