freebsd-ports/devel/automake-wrapper/Makefile

14 lines
237 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= automake-wrapper
COMMENT= Wrapper script for GNU automake
MASTERDIR= ${.CURDIR}/../../devel/autoconf-wrapper
PKGDIR= ${.CURDIR}
TOOL= AUTOMAKE
WRAPPED_TOOLS= aclocal automake
.include "${MASTERDIR}/Makefile"