pkgsrc/devel/autogen/Makefile
wiz e4025746ee After guile's and guile20's installation prefixes have changed, it's time
to bump their dependencies (except those that were bumped in the last 24
hours already).
2016-09-15 14:32:39 +00:00

26 lines
745 B
Makefile

# $NetBSD: Makefile,v 1.43 2016/09/15 14:32:40 wiz Exp $
DISTNAME= autogen-5.18.10
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=autogen/rel${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= kristerw@NetBSD.org
HOMEPAGE= https://www.gnu.org/software/autogen/
COMMENT= The Automated Text and Program Generation Tool
LICENSE= gnu-gpl-v3
USE_TOOLS+= bash:run gmake gzip makeinfo perl:run pkg-config
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
INFO_FILES= yes
# embedded in some installed tools
CONFIG_SHELL= ${TOOLS_PATH.bash}
CONFIGURE_ENV+= POSIX_SHELL=${CONFIG_SHELL:Q}
MAKE_ENV+= PERL5=${PERL5}
.include "../../lang/guile20/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"