ports/devel/automake/Makefile
Tijl Coosemans c14e4f5f73 Update automake to 1.16.1. Also remove automake-wrapper. We haven't had
multiple versions of automake in years and probably won't in the future.

PR:		228809
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2018-06-14 12:47:58 +00:00

28 lines
650 B
Makefile

# Created by: Ade Lovett <ade@FreeBSD.org>
# $FreeBSD$
PORTNAME= automake
PORTVERSION= 1.16.1
CATEGORIES= devel
MASTER_SITES= GNU
MAINTAINER= tijl@FreeBSD.org
COMMENT= GNU Standards-compliant Makefile generator
LICENSE= GPLv2+ GFDL
LICENSE_COMB= multi
LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING
LICENSE_FILE_GFDL= ${WRKSRC}/doc/fdl.texi
BUILD_DEPENDS= autoconf>=2.69:devel/autoconf
RUN_DEPENDS= autoconf>=2.69:devel/autoconf
BUILD_VERSION= 1.16
PLIST_SUB= BUILD_VERSION=${BUILD_VERSION}
USES= cpe makeinfo perl5 tar:xz
GNU_CONFIGURE= yes
MAKE_ENV+= MAKEINFOFLAGS=--no-split
INFO= automake automake-history
CPE_VENDOR= gnu
.include <bsd.port.mk>