freebsd-ports/devel/gnu-automake/pkg-descr
Joe Marcus Clarke 94f9acd994 Add gnu-automake, (repo-copied from devel/automake19) an unhacked version of
automake-1.8.5 aimed at developers that need to create cross-platform software
distributions.  This port installs into ${LOCALBASE}/gnu-autotools, so
developers that need to make use of this version of autoconf can adjust their
paths accordingly.

Discussed with:	ade
2004-10-17 06:37:35 +00:00

19 lines
1,012 B
Text

Automake is a tool for automatically generating Makefiles compliant with
the GNU Coding Standards. It was inspired by the 4.4BSD make and include
files, but aims to be portable and to conform to the GNU standards for
Makefile variables and targets. Automake is a Perl script. The input files
are called Makefile.am. The output files are called Makefile.in; They are
intended for use with Autoconf. Automake requires certain things to be done
in your configure.in. This package also includes the "aclocal"
program. aclocal is a program to generate an 'aclocal.m4' based on the
contents of 'configure.in'. It is useful as an extensible, maintainable
mechanism for augmenting autoconf.
This port is specifically designed for developers that want to create
cross-platform software distributions on FreeBSD. This version of automake
should _NEVER_ be used with the FreeBSD ports system as a replacement for the
versioned copies of automake.
WWW: http://www.gnu.org/software/automake/
-- AlanE <alane@freebsd.org>