# Template file for 'mk-configure' pkgname=mk-configure version=0.29.1 revision=1 wrksrc="${pkgname}-${pkgname}-${version}" build_style=gnu-makefile make_cmd=bmake make_build_args="PREFIX=/usr" make_install_args="MANDIR=/usr/share/man" hostmakedepends="bmake bmkdep" depends="bmake bmkdep" short_desc="Lightweight replacement for GNU autotools" maintainer="Christian Neukirchen " license="BSD" homepage="https://github.com/cheusov/mk-configure/archive/" distfiles="https://github.com/cheusov/${pkgname}/archive/${pkgname}-${version}.tar.gz" checksum=3350707b519560b0cf99979d06bf806949df6558f84306a33aec419b766f57ca post_install() { vlicense doc/LICENSE rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE }