# $Id: Portfile,v 1.2 2005/02/17 18:39:08 toby Exp $

PortSystem 1.0

name			man
version			1.5p
categories		sysutils
platforms		darwin
maintainers		mww@opendarwin.org
description		The man page suite containing man, apropos, whatis, man2html
long_description	The man page suite (man, apropos, and whatis) contains \
				programs used to read most of the documentation on a Unix \
				system. The whatis and apropos programs are used to find \
				documentation related to a particular subject. 


homepage		http://directory.fsf.org/man.html
master_sites	ftp://ftp.win.tue.nl/pub/linux-local/utils/man/
checksums		md5 037d5644f8ef9ea0ef22b271bae0297d
patchfiles		patch-man2html_Makefile.in

depends_lib		bin:bzip2:bzip2 \
				bin:gzip:gzip \
				bin:zcat:gzip

configure.args	--mandir=${prefix}/share/man \
				-confdir=${prefix}/etc
