---
name: automake
version: 1.14
origin: devel/automake
comment: GNU Standards-compliant Makefile generator
arch: freebsd:9:x86:64
www: http://www.gnu.org/software/automake/
maintainer: autotools@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 1919818
desc: |
  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.

  WWW: http://www.gnu.org/software/automake/
deps:
  perl: {origin: lang/perl5.14, version: 5.14.4}
  m4: {origin: devel/m4, version: '1.4.16_1,1'}
  automake-wrapper: {origin: devel/automake-wrapper, version: 20130530}
  autoconf-wrapper: {origin: devel/autoconf-wrapper, version: 20130530}
  autoconf: {origin: devel/autoconf, version: 2.69}
categories:
- devel
