Portfile

# $Id: Portfile 20352 2006-11-02 01:59:52Z blair@macports.org $

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" }