# $Id: Portfile,v 1.1 2004/12/21 16:35:35 mww Exp $

PortSystem 1.0

name			nget
version			0.27.1
categories		news
platforms		darwin
maintainers		mww@opendarwin.org
description		nget is a command line nntp file grabber
long_description	nget is a command line nntp file grabber. It automatically \
				pieces together multipart postings for easy retrieval, even \
				substituting parts from multiple servers and newsgroups. \
				Handles disconnects gracefully, resuming after the last part \
				succesfully downloaded.

homepage		http://nget.sourceforge.net/
master_sites	sourceforge
checksums		md5 0710a25aebede4799bd9ca3756573f6a

depends_lib		lib:libpopt:popt \
				lib:libuu:uudeview

configure.args	--mandir='\${prefix}/share/man'
configure.env	CXXFLAGS=-I${prefix}/include \
				CPPFLAGS=-I${prefix}/include \
				LDFLAGS=-L${prefix}/lib

destroot.destdir	prefix=${destroot}${prefix}
