mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
2d8b17ea39
With hat: portmgr
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"
|