summaryrefslogtreecommitdiff
path: root/devel/autoconf253
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2003-06-29 01:45:09 +0000
committerAde Lovett <ade@FreeBSD.org>2003-06-29 01:45:09 +0000
commit85e8ed21ea7377174b1d691dff4eeee35ce53dd8 (patch)
treee9f8ae4728153410277c9669c8b7e415090712f8 /devel/autoconf253
parentMinor cosmetic changes to use a single BUILD_VERSION variable to (diff)
Use the cosmetic BUILD_VERSION variable (a la libtool), switch portnames
away from using the version number twice. Unbreak autoconf257, based on work from Rui Lopes <rui@ruilopes.com>
Notes
Notes: svn path=/head/; revision=83799
Diffstat (limited to 'devel/autoconf253')
-rw-r--r--devel/autoconf253/Makefile34
-rw-r--r--devel/autoconf253/pkg-plist7
2 files changed, 8 insertions, 33 deletions
diff --git a/devel/autoconf253/Makefile b/devel/autoconf253/Makefile
index 2b528c639d83..9a21edda1a55 100644
--- a/devel/autoconf253/Makefile
+++ b/devel/autoconf253/Makefile
@@ -19,38 +19,20 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
help2man:${PORTSDIR}/misc/help2man
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
+LATEST_LINK= autoconf
USE_BZIP2= yes
USE_PERL5_RUN= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV+= CONFIG_SHELL=${SH}
-CONFIGURE_ENV+= M4=${LOCALBASE}/bin/gm4
+CONFIGURE_ENV= CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4
+CONFIGURE_ARGS= --without-lispdir
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-.if exists(${LOCALBASE}/bin/emacs)
-PLIST_SUB+= EMACS="" EMACSDIR=share/emacs
-.elif exists(${LOCALBASE}/bin/xemacs)
-PLIST_SUB+= EMACS="" EMACSDIR=lib/xemacs
-.else
-PLIST_SUB+= EMACS="@comment " EMACSDIR=""
-.endif
+GENERIC_TOOLS= config.guess config.sub elisp-comp install-sh mdate-sh \
+ missing mkinstalldirs
-GENERIC_TOOLS= config.guess \
- config.sub \
- elisp-comp \
- install-sh \
- mdate-sh \
- missing \
- mkinstalldirs
-
-MAN1= autoconf.1 \
- autoheader.1 \
- autom4te.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
.if defined(USE_AUTOCONF) || defined(USE_AUTOCONF_VER)
pre-everything::
diff --git a/devel/autoconf253/pkg-plist b/devel/autoconf253/pkg-plist
index e9c549f71932..fe71c6bd11e8 100644
--- a/devel/autoconf253/pkg-plist
+++ b/devel/autoconf253/pkg-plist
@@ -48,13 +48,6 @@ share/autoconf/m4sugar/version.m4
share/autoconf/mdate-sh
share/autoconf/missing
share/autoconf/mkinstalldirs
-%%EMACS%%%%EMACSDIR%%/site-lisp/autoconf-mode.el
-%%EMACS%%%%EMACSDIR%%/site-lisp/autoconf-mode.elc
-%%EMACS%%%%EMACSDIR%%/site-lisp/autotest-mode.el
-%%EMACS%%%%EMACSDIR%%/site-lisp/autotest-mode.elc
-@comment directories
-%%EMACS%%@dirrm %%EMACSDIR%%/site-lisp
-%%EMACS%%@dirrm %%EMACSDIR%%
@dirrm share/autoconf/m4sugar
@dirrm share/autoconf/autotest
@dirrm share/autoconf/autoscan