# $Id: Portfile,v 1.2 2003/11/17 21:20:02 jkh Exp $

PortSystem 1.0
name		nnap
version		1.0
platforms	darwin
categories	news
maintainers     mich@freebsdcluster.org
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 ${workdir}/nnap.c" }
configure	{}
build	{	system "cd ${workdir} && \
			cc -o ${name} ${name}.c" }
destroot {	system "cd ${workdir} && \
			install ${name} ${destroot}${prefix}/sbin" }
