23 lines
729 B
Text
23 lines
729 B
Text
|
# Template file for 'mk-configure'
|
||
|
pkgname=mk-configure
|
||
|
version=0.28.0
|
||
|
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 <chneukirchen@gmail.com>"
|
||
|
license="BSD"
|
||
|
homepage="https://github.com/cheusov/mk-configure/archive/"
|
||
|
distfiles="https://github.com/cheusov/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||
|
checksum=2fa9a4846adbc1031411c8cd1d278ee8bef288a6c98fa16a28ba208a0a21ddd5
|
||
|
|
||
|
post_install() {
|
||
|
vlicense doc/LICENSE
|
||
|
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE
|
||
|
}
|