blob: 24a075255b02c31200370dd1107bf837e2db34a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $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"
|