blob: d52c0c2e21e450bf79c98d23e815a83d0b2e475e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
# New ports collection makefile for: autoconf
# Date created: 7 October 1995
# Whom: torstenb@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= autoconf
PORTVERSION= 2.59
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= autoconf
PKGNAMEPREFIX= gnu-
DISTNAME= autoconf-${PORTVERSION}
MAINTAINER= marcus@FreeBSD.org
COMMENT= Automatically configure source code on many Un*x platforms (version 2.59)
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
help2man:${PORTSDIR}/misc/help2man
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_BZIP2= yes
USE_GMAKE= yes
USE_PERL5= yes
PREFIX?= ${LOCALBASE}/gnu-autotools
GNU_CONFIGURE= yes
NO_MTREE= yes
INFO= autoconf standards
CONFIGURE_ENV+= CONFIG_SHELL=${SH}
CONFIGURE_ENV+= M4=${LOCALBASE}/bin/gm4
CONFIGURE_ARGS= --without-lispdir
CONFIGURE_TARGET= --build=${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
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|