description="BSD implementation of make." packager="Lukc " maintainer="Lukc " url= depends=() name=pmake version=1.111 release=1 source=(ftp://ftp.de.debian.org/debian/pool/main/p/pmake/${name}_${version}.orig.tar.gz) build () { cd pmake make -f Makefile.boot \ ${CHOST:+CC=$CHOST-gcc} \ CFLAGS="$CFLAGS -DHAVE_STRDUP -DHAVE_STRERROR" mkdir -pv $PKG$bindir install -m0755 bmake $PKG$bindir/pmake ln -sf pmake $PKG$bindir/make }