# $Id:
PortSystem 1.0
name              yaz
version           2.1.12
categories        net databases devel
platforms         darwin
maintainers       josh_root@users.sourceforge.net
description       toolkit for Z39.50/SRW/SRU clients and servers
long_description  YAZ is a compact toolkit that provides access to the \
		  Z39.50 and SRW/SRU protocols, as well as a set of \
		  higher-level tools for implementing the server and \
		  client roles, respectively.
	
homepage          http://www.indexdata.dk/yaz/

master_sites      http://ftp.indexdata.dk/pub/yaz/
checksums	  md5 b81536008e2bdb92e43d9056d8c35682 \
		  sha1 1ca651c44afa344c0fa3a649090ceeeb63aa9efe \
		  rmd160 8a7be8ee8ea4ae411201f98ca1aaf9ea61b82ab4

depends_lib		port:libiconv port:libxml2 port:ncurses port:openssl \
		port:readline port:zlib

configure.args	--with-xml2=${prefix} --with-openssl=${prefix} --with-iconv=${prefix}

platform darwin 8 {
	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}

