94f9acd994
automake-1.8.5 aimed at developers that need to create cross-platform software distributions. This port installs into ${LOCALBASE}/gnu-autotools, so developers that need to make use of this version of autoconf can adjust their paths accordingly. Discussed with: ade
36 lines
945 B
Makefile
36 lines
945 B
Makefile
# New ports collection makefile for: automake18
|
|
# Date created: 15 Feb 2003
|
|
# Whom: Udo Schweigert
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= automake
|
|
PORTVERSION= 1.8.5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= automake
|
|
PKGNAMEPREFIX= gnu-
|
|
DISTNAME= automake-${PORTVERSION}
|
|
|
|
MAINTAINER= marcus@FreeBSD.org
|
|
COMMENT= GNU Standards-compliant Makefile generator (version 1.8)
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/gnu-autotools/bin/autoconf:${PORTSDIR}/devel/gnu-autoconf
|
|
RUN_DEPENDS= ${LOCALBASE}/gnu-autotools/bin/autoconf:${PORTSDIR}/devel/gnu-autoconf
|
|
|
|
PREFIX?= ${LOCALBASE}/gnu-autotools
|
|
|
|
USE_BZIP2= yes
|
|
USE_PERL5= yes
|
|
GNU_CONFIGURE= yes
|
|
NO_MTREE= yes
|
|
CONFIGURE_ENV= AUTOCONF=${LOCALBASE}/gnu-autotools/bin/autoconf \
|
|
AUTOHEADER=${LOCALBASE}/gnu-autotools/bin/autoheader \
|
|
MAKEINFO="makeinfo --no-split"
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|