30 lines
675 B
Makefile
30 lines
675 B
Makefile
PORTNAME= make
|
|
DISTVERSION= 3.81
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GNU
|
|
PKGNAMEPREFIX= g
|
|
PKGNAMESUFFIX= 3
|
|
|
|
# note: before committing to this port, contact portmgr to arrange for an
|
|
# experimental ports run. Untested commits may be backed out at portmgr's
|
|
# discretion.
|
|
MAINTAINER= allanjude@FreeBSD.org
|
|
COMMENT= Last GPLv2 version of GNU 'make' utility
|
|
WWW= https://www.gnu.org/software/make/
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cpe tar:bz2
|
|
CPE_VENDOR= gnu
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
CONFIGURE_ARGS= --program-prefix=g \
|
|
--program-suffix=3 \
|
|
--disable-nls \
|
|
--disable-info \
|
|
--without-guile
|
|
|
|
.include <bsd.port.mk>
|