# $Id: Portfile,v 1.2 2004/08/10 09:20:07 toby Exp $

PortSystem 1.0
name             lostirc
version          0.4.1
categories       irc
maintainers      toby@opendarwin.org
description      simple GTK+ IRC client
long_description \
	LostIRC is an IRC client for X, written in C++ using gtkmm as a \
	widget set. The goal of the first stable version, is to make a \
	simple, keyboard controlled IRC application with basic features \
	implemented.
homepage         http://lostirc.sourceforge.net/
platforms        darwin
master_sites     sourceforge
checksums        md5 552746df0f38a0fc36e2c5a34afd11b9
patchfiles       patch-src__libirc__DCC.cpp
configure.args   --mandir=${prefix}/share/man

depends_build    bin:pkg-config:pkgconfig
depends_lib      lib:libgtkmm.2:gtkmm
