mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
16 lines
287 B
Makefile
16 lines
287 B
Makefile
PORTNAME= gmake
|
|
PORTVERSION= 4.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GNU/make
|
|
DISTNAME= make-${PORTVERSION}
|
|
|
|
MAINTAINER= tijl@FreeBSD.org
|
|
COMMENT= GNU version of 'make' utility
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --program-prefix=g --without-guile
|
|
|
|
USES= cpe tar:lz
|
|
|
|
.include <bsd.port.mk>
|