14 lines
237 B
Makefile
14 lines
237 B
Makefile
|
# $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"
|