mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
698f728a34
With hat: portmgr
27 lines
661 B
Makefile
27 lines
661 B
Makefile
# Created by: Ade Lovett <ade@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= automake
|
|
PORTVERSION= 1.14
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= automake
|
|
DISTNAME= automake-${PORTVERSION}
|
|
|
|
MAINTAINER= autotools@FreeBSD.org
|
|
COMMENT= GNU Standards-compliant Makefile generator
|
|
|
|
RUN_DEPENDS= ${AUTOCONF_DEPENDS} \
|
|
automake-wrapper:${PORTSDIR}/devel/automake-wrapper
|
|
|
|
USE_AUTOTOOLS= autoconf:env
|
|
BUILD_VERSION= 1.14
|
|
PLIST_SUB= BUILD_VERSION=${BUILD_VERSION}
|
|
USES= makeinfo perl5 tar:xz
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION}
|
|
CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split"
|
|
INFO= automake
|
|
|
|
.include <bsd.port.mk>
|