a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 23053 2007-03-23 20:35:47Z pipping@macports.org $
PortSystem 1.0
name bsflite
version 0.80
revision 1
categories net
maintainers nomaintainer@macports.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
use_configure no
destroot {
xinstall -m 0555 ${worksrcpath}/bsflite ${destroot}${prefix}/bin
}