2d8b17ea39
With hat: portmgr
13 lines
237 B
Makefile
13 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"
|