aboutsummaryrefslogtreecommitdiff
path: root/devel/automake-wrapper/Makefile
blob: b8a0ce420fc8f6f581871829a6e3dfc63edb6397 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

PORTNAME=	automake-wrapper

COMMENT=	Wrapper script for GNU automake

MASTERDIR=	${.CURDIR}/../../devel/autoconf-wrapper
PKGDIR=		${.CURDIR}

TOOL=		AUTOMAKE
WRAPPED_TOOLS=	aclocal automake

NO_STAGE=	yes
.include "${MASTERDIR}/Makefile"