# $Id: Portfile,v 1.2 2006/05/13 05:51:18 landonf Exp $

PortSystem 1.0

name		heimdal
version		0.7.2
categories	net security
maintainers	landonf@opendarwin.org
platforms	darwin
description	Kerberos is a network authentication protocol.

long_description	Kerberos provides a means of verifying the identities \
			of principals, (e.g., a workstation user or a network \
			server) on an open (unprotected) network.  This is \
			accomplished without relying on authentication by the \
			host operating system, without basing trust on host \
			addresses, without requiring physical security of all \
			the hosts on the network, and under the assumption \
			that packets traveling along the network can be read, \
			modified, and inserted at will.

homepage	http://www.pdc.kth.se/heimdal/
master_sites	ftp://ftp.pdc.kth.se/pub/heimdal/src/
checksums	md5 c937580d6f8b11bf7f0e540530e1dc18

configure.args	--sysconfdir=${prefix}/etc --enable-shared \
		--enable-static --without-x
