pkgsrc/devel/bmake/Makefile
jlam 7046abc822 Changes instances where BSD_INSTALL_* were used by targets in the Makefile
into the equivalent INSTALL_*.  This is fallout from the change in
revision 1.915 that removed ${MAKE_ENV} from the environment for a
recursive make.
2002-02-06 16:58:11 +00:00

28 lines
832 B
Makefile

# $NetBSD: Makefile,v 1.4 2002/02/06 16:58:12 jlam Exp $
#
DISTNAME= bmake-3.1.12
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>=1.2.5:../../devel/mk-files
WRKSRC= ${WRKDIR}/bmake
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"