# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $

PortSystem 1.0
name		nnap
version		1.0
platforms	darwin
categories	news
maintainers     freebsdcluster.org:mich
description	Nnap is a lightweight NNTP authentication proxy
long_description	A small program that implements just enough of the NNTP \
			protocol to authenticate client requests. After authentication \
			client requests. After authentication nnap bounces the client \
			TCP connection to an open NNTP server.
master_sites	http://www.freebsdcluster.org/~lasse/software/
distname	${name}
extract.suffix	.c
checksums	md5 ea48d42df822cdcc566549638681f4e4
extract	{	system "cp ${distpath}/${name}.c ${workpath}/nnap.c" }
configure	{}
build	{	system "cd ${workpath} && \
			cc -o ${name} ${name}.c" }
destroot {	system "cd ${workpath} && \
			install ${name} ${destroot}${prefix}/sbin" }
