Files
bsdports/devel/gmake/Makefile
2022-11-20 13:27:44 +02:00

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>