aboutsummaryrefslogtreecommitdiffstats
path: root/devel/autotools/Makefile
blob: d150fd0689ffc81c60edda5fd2441b6d5a76abc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	autotools
PORTVERSION=	20220528
CATEGORIES=	devel

MAINTAINER=	tijl@FreeBSD.org
COMMENT=	Autotools meta-port

RUN_DEPENDS=	libtoolize:devel/libtool \
		autoconf2.13:devel/autoconf2.13 \
		autoconf2.69:devel/autoconf2.69 \
		autoconf>=2.71:devel/autoconf \
		automake>=1.15:devel/automake

USES=		metaport

.include <bsd.port.mk>