# $Id: Portfile,v 1.2 2005/06/06 10:33:25 toby Exp $

PortSystem 1.0
name             bsflite
version          0.80
revision         1
categories       net
maintainers      toby@opendarwin.org
description      The Minimalist AIM Client
long_description \
	BSFlite is a rather small and "minimalistic" client for AOL's \
	Instant Messenger service. Instead of having a full screen \
	console interface, BSFlite employs a command line interface \
	that allows your fingers to do all of the work without \
	needlessly sifting through windows.
homepage         http://bsflite.sourceforge.net/
platforms        darwin
master_sites     sourceforge
checksums        md5 31589a230e4ccfaae1225d080d3b7d6d

patchfiles       patch-Makefile \
                 patch-imcomm__Makefile \
                 patch-imcomm__bos_signon.c \
                 patch-imcomm__snac.c \
                 patch-log.c

configure        {}

destroot {
	xinstall -m 0555 ${worksrcpath}/bsflite ${destroot}${prefix}/bin
}
