From ab2da640e4dca06f37030f2ff521fdbd101e3f07 Mon Sep 17 00:00:00 2001 From: Alan Eldridge Date: Mon, 16 Sep 2002 10:28:33 +0000 Subject: 1. Fixed bug in autoscan. Thanks to Joe Marcus Clarke who worked with me and beyond to track this down. 2. Support the emacs autoconf/autotest modes now, for both emacs21 and xemacs21. Other (x)emacsen may work, depends on where they put things. --- devel/autoconf253/Makefile | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'devel/autoconf253/Makefile') diff --git a/devel/autoconf253/Makefile b/devel/autoconf253/Makefile index 29b1d3796059..dab922308e62 100644 --- a/devel/autoconf253/Makefile +++ b/devel/autoconf253/Makefile @@ -7,20 +7,29 @@ PORTNAME= autoconf PORTVERSION= 2.53 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= autoconf MAINTAINER= ports@geeksrus.net -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ + help2man:${PORTSDIR}/misc/help2man RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ENV= M4=${LOCALBASE}/bin/gm4 -CONFIGURE_ARGS= --without-lispdir + +.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 \ -- cgit v1.2.3