62fc747b16
aclocal-1.14: error: couldn't open directory '/usr/local/share/aclocal': No such file or directory Which happens if the automake package was built before pkg 1.3.8, because share/aclocal was part of BSD.local.dist, and was not created by this port. Sponsored by: Absolight
27 lines
677 B
Makefile
27 lines
677 B
Makefile
# Created by: Ade Lovett <ade@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= automake
|
|
PORTVERSION= 1.14
|
|
PORTREVISION= 1
|
|
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>
|