1995-10-12 07:11:56 +00:00
|
|
|
# New ports collection makefile for: autoconf
|
|
|
|
# Date created: 7 October 1995
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: torstenb@FreeBSD.org
|
1995-10-12 07:11:56 +00:00
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1995-10-12 07:11:56 +00:00
|
|
|
#
|
|
|
|
|
2002-10-16 12:39:25 +00:00
|
|
|
PORTNAME= autoconf254
|
2002-10-15 05:50:31 +00:00
|
|
|
PORTVERSION= 2.54
|
|
|
|
PORTREVISION= 0
|
1995-11-26 11:29:21 +00:00
|
|
|
CATEGORIES= devel
|
2001-12-23 06:50:33 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= autoconf
|
1995-10-12 07:11:56 +00:00
|
|
|
|
2002-09-16 07:51:45 +00:00
|
|
|
MAINTAINER= ports@geeksrus.net
|
1995-10-12 07:11:56 +00:00
|
|
|
|
2002-09-16 10:28:33 +00:00
|
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
|
|
|
|
help2man:${PORTSDIR}/misc/help2man
|
1998-05-04 02:41:51 +00:00
|
|
|
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
|
|
|
|
2002-10-15 05:50:31 +00:00
|
|
|
.undef NO_IGNORE
|
|
|
|
BORKED= "THIS IS A WORK IN PROGRESS. DON'T EVEN THINK ABOUT IT."
|
|
|
|
BROKEN= ${BORKED}
|
|
|
|
FORBIDDEN= ${BORKED}
|
|
|
|
|
2002-03-14 13:29:00 +00:00
|
|
|
USE_BZIP2= yes
|
2002-10-15 05:50:31 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_PERL5= yes
|
2002-03-14 13:29:00 +00:00
|
|
|
|
1995-10-12 07:11:56 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2001-12-23 06:50:33 +00:00
|
|
|
CONFIGURE_ENV= M4=${LOCALBASE}/bin/gm4
|
2002-09-16 10:28:33 +00:00
|
|
|
|
|
|
|
.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
|
2002-03-14 13:29:00 +00:00
|
|
|
|
|
|
|
GENERIC_TOOLS= config.guess \
|
|
|
|
config.sub \
|
|
|
|
elisp-comp \
|
|
|
|
install-sh \
|
|
|
|
mdate-sh \
|
|
|
|
missing \
|
|
|
|
mkinstalldirs
|
1995-10-12 07:11:56 +00:00
|
|
|
|
2002-03-14 13:29:00 +00:00
|
|
|
MAN1= autoconf.1 \
|
|
|
|
autoheader.1 \
|
|
|
|
autom4te.1 \
|
|
|
|
autoreconf.1 \
|
|
|
|
autoscan.1 \
|
|
|
|
autoupdate.1 \
|
|
|
|
config.guess.1 \
|
|
|
|
config.sub.1 \
|
|
|
|
ifnames.1
|
1997-06-13 07:33:36 +00:00
|
|
|
|
2002-10-13 11:35:47 +00:00
|
|
|
.if defined(USE_AUTOCONF) || defined(USE_AUTOCONF_VER)
|
|
|
|
pre-everything:
|
|
|
|
@${ECHO} ===========================================================
|
|
|
|
@${ECHO} "You have 'USE_AUTOCONF' or 'USE_AUTOCONF_VER' variables"
|
|
|
|
@${ECHO} "defined either in environment or in make(1) arguments."
|
|
|
|
@${ECHO} "Please undefine them and try again."
|
|
|
|
@${ECHO} ===========================================================
|
|
|
|
@${FALSE}
|
|
|
|
.endif # defined(USE_AUTOCONF) || defined(USE_AUTOCONF_VER)
|
|
|
|
|
2001-12-24 14:34:26 +00:00
|
|
|
post-install:
|
2002-03-14 13:29:00 +00:00
|
|
|
.for FILE in ${GENERIC_TOOLS}
|
2001-12-26 15:07:34 +00:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/config/${FILE} ${PREFIX}/share/autoconf
|
|
|
|
.endfor
|
2001-12-24 14:34:26 +00:00
|
|
|
|
1995-10-12 07:11:56 +00:00
|
|
|
.include <bsd.port.mk>
|