freebsd-ports/devel/automake-wrapper/Makefile
Ade Lovett 3b3128196e Update to the autotools new world order.
Tested by:	numerous package build runs
Approved by:	portmgr
Thanks to:	des, kris, linimon, pav
2007-07-28 06:33:59 +00:00

18 lines
341 B
Makefile

# New ports collection makefile for: automake-wrapper
# Date created: 2007-04-04
# Whom: des
#
# $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"