openbsd-ports/devel/autoconf/2.61/Makefile
steven 0e82fb7814 resolve some texinfo conflicts between 2.60 and 2.61, and rerun makesum.
from Moritz Grimm <gtgbr at gmx.net>

ok espie@
2007-02-17 18:40:37 +00:00

36 lines
970 B
Makefile

# $OpenBSD: Makefile,v 1.3 2007/02/17 18:40:37 steven Exp $
COMMENT= "automatically configure source code on many Un*x platforms"
DISTNAME= autoconf-2.61
PKGNAME= ${DISTNAME}p1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/}
HOMEPAGE= http://www.gnu.org/software/autoconf/
MAINTAINER= Marc Espie <espie@openbsd.org>
# GPL
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
BUILD_DEPENDS= :help2man-*:devel/help2man
SUFFIX= -2.61
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --program-suffix=${SUFFIX} \
--without-lispdir \
--mandir=${PREFIX}/man \
--infodir=${PREFIX}/info
CONFIGURE_ENV+= M4="/usr/bin/m4"
CONFIGURE_ENV+= AWK="${AWK}" ac_cv_sh_n_works=yes
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
MAKE_FLAGS= pkgdatadir=${PREFIX}/share/autoconf${SUFFIX} EMACS=no
FAKE_FLAGS= ${MAKE_FLAGS} DESTDIR=${WRKINST} lispdir= EMACS=no
#USE_GMAKE= Yes
SUBST_VARS= SUFFIX
.include <bsd.port.mk>