blob: fcbc07a21e78d3db98fad4ae171b8dab335f9269 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: GNU make
# Version required: 3.75
# Date created: 11 September 1994
# Whom: jkh
#
# $Id: Makefile,v 1.11 1996/09/14 03:25:31 ache Exp $
#
DISTNAME= make-3.75
PKGNAME= gmake-3.75
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|