2010-05-19 09:03:21 +00:00
|
|
|
# Template file for 'bsdbuild'
|
|
|
|
pkgname=bsdbuild
|
2012-08-11 07:37:27 +00:00
|
|
|
version=3.0
|
2014-02-18 14:29:40 +00:00
|
|
|
revision=2
|
2014-01-01 15:10:11 +00:00
|
|
|
noarch="yes"
|
2012-08-11 07:37:27 +00:00
|
|
|
build_style=gnu-configure
|
|
|
|
configure_args="--with-manpages --with-manlinks"
|
2013-04-12 06:55:23 +00:00
|
|
|
hostmakedepends="groff perl"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="perl"
|
2010-05-19 09:03:21 +00:00
|
|
|
short_desc="Simple, self-contained and portable build system"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-08-11 07:37:27 +00:00
|
|
|
homepage="http://hypertriton.com/bsdbuild/"
|
|
|
|
license="BSD"
|
|
|
|
distfiles="http://stable.hypertriton.com/bsdbuild/$pkgname-$version.tar.gz"
|
|
|
|
checksum=202fbadffcab04a395bd4b3cb786720fd034c862ecf74da603ab29fbbe423428
|
2010-05-19 09:03:21 +00:00
|
|
|
|
2012-08-11 07:37:27 +00:00
|
|
|
pre_install() {
|
|
|
|
vmkdir usr/share/man/man1
|
|
|
|
vmkdir usr/share/man/man5
|
2010-05-19 09:03:21 +00:00
|
|
|
}
|