# $Id: Portfile 52466 2009-06-17 05:01:22Z toby@macports.org $

PortSystem 1.0
name             libident
version          0.32
categories       security
maintainers      toby
description      Ident protocol library
long_description \
	This is a library which provides a simple \
	interface to the Ident protocol on the \
	client side. It is meant to be used by \
	daemons to try to authenticate users using \
	the Ident protocol. For this to work, \
	users need to have an Ident server running \
	on the system from which they are connected.
homepage         http://www.remlab.net/libident/
platforms        darwin
master_sites     http://www.remlab.net/files/libident/
checksums        md5 9b9346eacc28d842d164881f0efa3388 \
                 sha1 4658807b017f21928a64f3442ee3a2b91f48d14e \
                 rmd160 45c01b3c54a441b085ea3b8dc451eb8c33b7bd2e

patchfiles       patch-id_parse.c patch-ident.c

configure.cflags-append  -Wall -W
configure.args   --mandir=${prefix}/share/man

livecheck.url    ${master_sites}
livecheck.regex  href=\"libident-(\[0-9\]+\\.\[0-9\]+)\\.tar\\.gz\"
