# $Id: Portfile,v 1.1 2005/08/17 17:30:00 toby Exp $

PortSystem 1.0
name             gss
version          0.0.16
categories       security
maintainers      toby@opendarwin.org
description      GNU Generic Security Service Library
long_description \
	GSS is an implementation of the Generic Security Service \
	Application Program Interface (GSS-API). GSS-API is used \
	by network servers to provide security services, e.g., to \
	authenticate SMTP/IMAP clients against SMTP/IMAP servers.
homepage         http://www.gnu.org/software/gss/
platforms        darwin
master_sites     ftp://alpha.gnu.org/gnu/gss/
checksums        sha1 b30ad08e6485e44c57d9a80917a7a73a9f9c20b9
configure.args   --infodir=${prefix}/share/info \
                 --mandir=${prefix}/share/man
