pkgsrc/devel/bmake/Makefile
sjg 4cc0033d22 There was a bug in make 20030714 such that the :ts modifier didn't work.
Update to 20030723, which also has some minor portability improvements
in the boot-strap and install-mk scripts.
2003-07-23 18:34:44 +00:00

27 lines
836 B
Makefile

# $NetBSD: Makefile,v 1.12 2003/07/23 18:34:44 sjg Exp $
#
DISTNAME= bmake-20030723
WRKSRC= ${WRKDIR}/bmake
CATEGORIES= devel
MASTER_SITES= ftp://ftp.NetBSD.org/pub/incoming/sjg/
MAINTAINER= sjg@NetBSD.org
HOMEPAGE= http://www.crufty.net/help/sjg/bmake.html
COMMENT= Portable (autoconf) version of NetBSD 'make' utility
DEPENDS+= mk-files>=20030714:../../devel/mk-files
makesyspath=${PREFIX}/share/mk:/usr/share/mk:/usr/local/share/mk:/opt/share/mk
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-default-sys-path=${makesyspath}
do-build:
cd ${WRKSRC} && MAKESYSPATH=${makesyspath} make -f makefile.boot bootstrap
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bmake ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/bmake.cat1 ${PREFIX}/man/cat1/bmake.0
${INSTALL_MAN} ${WRKSRC}/bmake.1 ${PREFIX}/man/man1
.include "../../mk/bsd.pkg.mk"