freebsd-ports/devel/gnu-autoconf/Makefile

41 lines
993 B
Makefile
Raw Normal View History

# New ports collection makefile for: autoconf
# Date created: 7 October 1995
# Whom: torstenb@FreeBSD.org
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
PORTNAME= autoconf
PORTVERSION= 2.59
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= autoconf
PKGNAMEPREFIX= gnu-
DISTNAME= autoconf-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org
COMMENT= Automatically configure source code on many Un*x platforms (GNU unmodified)
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
help2man:${PORTSDIR}/misc/help2man
1998-05-04 04:41:51 +02:00
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_BZIP2= yes
USE_GMAKE= yes
USE_PERL5= yes
PREFIX?= ${LOCALBASE}/gnu-autotools
GNU_CONFIGURE= yes
2004-10-17 08:35:29 +02:00
NO_MTREE= yes
INFO= autoconf standards
2003-02-19 11:20:44 +01:00
CONFIGURE_ENV+= CONFIG_SHELL=${SH}
CONFIGURE_ENV+= M4=${LOCALBASE}/bin/gm4
CONFIGURE_ARGS= --without-lispdir
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= autoconf.1 autoheader.1 autom4te.1 autoreconf.1 autoscan.1 \
autoupdate.1 config.guess.1 config.sub.1 ifnames.1
.include <bsd.port.mk>