2014-03-13 18:49:23 +01:00
|
|
|
# Template file for 'openbsd-man'
|
|
|
|
pkgname=openbsd-man
|
2014-11-11 17:29:31 +01:00
|
|
|
version=20141111
|
2014-09-23 16:41:19 +02:00
|
|
|
revision=1
|
2014-03-13 18:49:23 +01:00
|
|
|
build_style=gnu-makefile
|
2014-07-27 16:05:16 +02:00
|
|
|
hostmakedepends="git"
|
2014-09-22 14:32:14 +02:00
|
|
|
depends="mdocml>=1.13.1"
|
2014-03-13 18:49:23 +01:00
|
|
|
make_install_args="ETCDIR=/etc"
|
|
|
|
short_desc="The OpenBSD man(1) utility"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="BSD"
|
|
|
|
homepage="http://www.openbsd.org"
|
|
|
|
|
2014-09-22 12:52:20 +02:00
|
|
|
provides="man-0_1"
|
2014-03-13 18:49:23 +01:00
|
|
|
replaces="man-db>=0"
|
|
|
|
conf_files="/etc/man.conf"
|
|
|
|
|
|
|
|
do_fetch() {
|
|
|
|
git clone git://github.com/voidlinux/openbsd-man ${pkgname}-${version}
|
|
|
|
}
|