3b3128196e
Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav
18 lines
341 B
Makefile
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"
|