# $Id: Portfile,v 1.7 2005/09/13 06:57:42 olegb Exp $

PortSystem 1.0
name		linc
version		1.0.3
revision	2
description	linc is a library for writing networked servers/clients.
long_description  	linc is a library that eases the task of writing \
			networked servers & clients. It takes care of \
			connection initiation and maintainance, and the \
			details of various transports. It is used by \
			the new ORBit to handle message transmission/receipt. 
maintainers	darwinports@opendarwin.org
categories	devel gnome
platforms	darwin 
homepage	http://www.gnome.org/projects/ORBit2
master_sites    gnome:sources/linc/1.0/
checksums	md5 29f01b7e3e6045395e369d988573d517
depends_lib	lib:libexpat:expat lib:libintl.3:gettext lib:libiconv:libiconv \
		lib:libglib.2:glib2 
depends_build	bin:pkg-config:pkgconfig
use_bzip2 	yes
configure.args  --mandir=${prefix}/share/man
configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
                CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"
