# $Id: Portfile,v 1.4 2004/04/30 21:44:51 toby Exp $

PortSystem 1.0
name             netwalker-ircc
version          0.5.0
categories       irc
maintainers      toby@opendarwin.org
description      A simple, fast IRC client with an ncurses UI.
long_description \
	netwalker-ircc is an IRC client which uses the ncurses library to \
	print the screen. The code was written completely from scratch.
homepage         http://lancelot2k.dyndns.org/projects/netwalker/
platforms        darwin

master_sites     ${homepage}netwalker-src/
extract.suffix   .tgz
checksums        md5 1f5a7cc0fb54142c6306651105aedd68

configure        {}

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