aboutsummaryrefslogtreecommitdiff
path: root/devel/autoconf253/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-03-14 13:29:00 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-03-14 13:29:00 +0000
commit34fef183fcfe9b041a4734ed006e72f86fe9fa53 (patch)
tree8ec4bb78c275da8842a58e8deb7168585c95d07b /devel/autoconf253/Makefile
parent21381b4c6a91e5230d45485b4a3275a66b6c127e (diff)
downloadports-34fef183fcfe9b041a4734ed006e72f86fe9fa53.tar.gz
ports-34fef183fcfe9b041a4734ed006e72f86fe9fa53.zip
Notes
Diffstat (limited to 'devel/autoconf253/Makefile')
-rw-r--r--devel/autoconf253/Makefile28
1 files changed, 22 insertions, 6 deletions
diff --git a/devel/autoconf253/Makefile b/devel/autoconf253/Makefile
index e21c00c26dc1..45ff33a1b1c9 100644
--- a/devel/autoconf253/Makefile
+++ b/devel/autoconf253/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= autoconf
-PORTVERSION= 2.52
-PORTREVISION= 2
+PORTVERSION= 2.53
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= autoconf
@@ -17,15 +16,32 @@ MAINTAINER= portmgr@FreeBSD.org
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
+USE_BZIP2= yes
+
GNU_CONFIGURE= yes
CONFIGURE_ENV= M4=${LOCALBASE}/bin/gm4
+CONFIGURE_ARGS= --without-lispdir
+
+GENERIC_TOOLS= config.guess \
+ config.sub \
+ elisp-comp \
+ install-sh \
+ mdate-sh \
+ missing \
+ mkinstalldirs
-MAN1= autoconf.1 autoheader.1 autoreconf.1 \
- autoscan.1 autoupdate.1 config.guess.1 \
- config.sub.1 ifnames.1
+MAN1= autoconf.1 \
+ autoheader.1 \
+ autom4te.1 \
+ autoreconf.1 \
+ autoscan.1 \
+ autoupdate.1 \
+ config.guess.1 \
+ config.sub.1 \
+ ifnames.1
post-install:
-.for FILE in install-sh config.sub config.guess missing mkinstalldirs
+.for FILE in ${GENERIC_TOOLS}
${INSTALL_SCRIPT} ${WRKSRC}/config/${FILE} ${PREFIX}/share/autoconf
.endfor