1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/devel/automake/Makefile
Tijl Coosemans 726d350a98 Update devel/automake to 1.16.2.
mail/bogofilter security/ipsec-tools:
Patch Makefile.in instead of Makefile.am so automake is not required.

PR:		245599
Approved by:	portmgr (antoine)
Exp-run by:	antoine
2020-04-26 09:00:01 +00:00

31 lines
672 B
Makefile

# Created by: Ade Lovett <ade@FreeBSD.org>
# $FreeBSD$
PORTNAME= automake
PORTVERSION= 1.16.2
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
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>