mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
c98cfd116d
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
18 lines
349 B
Makefile
18 lines
349 B
Makefile
# New ports collection makefile for: GNU make
|
|
# Version required: 3.75
|
|
# Date created: 11 September 1994
|
|
# Whom: jkh
|
|
#
|
|
# $Id: Makefile,v 1.12 1996/11/18 10:22:43 asami Exp $
|
|
#
|
|
|
|
DISTNAME= make-3.75
|
|
PKGNAME= gmake-3.75
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= gmake.1
|
|
|
|
.include <bsd.port.mk>
|