# $Id: Portfile,v 1.1 2005/05/31 19:48:05 toby Exp $

PortSystem 1.0
name             libopennet
version          0.8.10
categories       net
maintainers      toby@opendarwin.org
description      open_net(), similar to open()
long_description \
	Libopennet is a library that provides the function open_net() \
	which accepts the same parameters as the open() system call, \
	but the pathname argument can be an FTP or HTTP URL.
homepage         http://www.rkeene.org/oss/libopennet/
platforms        darwin
master_sites     http://www.rkeene.org/files/oss/libopennet/
checksums        md5 37d1dea7b6380c2b8908dc52c1aef5e3
patchfiles       patch-Makefile patch-opennet.c
configure.args   --mandir=\\\${prefix}/share/man
