Some of the changes: o More small bugs quashed. New /clearall command. o Small bugs quashed in buddy offline acknowledgement and queued message forwarding. o Speed-ups in the playback procedures. o General clean-ups for cross-platform compiles. o On Tuesday, October 1, AOL's TOC servers began periodically sending packets with a previously unused frame type. naim does not know how to decipher these packets, but version 0.11.4 was released with code changes to simply ignore unknown frame types.
22 lines
569 B
Makefile
22 lines
569 B
Makefile
# $NetBSD: Makefile,v 1.7 2002/10/25 17:32:32 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= naim-0.11.4.9
|
|
CATEGORIES= chat
|
|
MASTER_SITES= http://www.acm.rpi.edu/~n/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://site.rpi-acm.org/info/naim/
|
|
COMMENT= ncurses-based AIM/IRC client
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_LIBTOOL= YES
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
# newpad, keyname, wattr_get, wattr_set, pnoutrefresh, use_default_colors
|
|
USE_NCURSES= YES
|
|
|
|
.include "../../devel/ncurses/buildlink2.mk"
|
|
.include "../../devel/readline/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|