432de70e24
0.81p2 - 02/13/2006 * For some reason some IM's contain an extra bit of information that imcomm choked on, so certain incoming messages would not be shown. I made tlv_split() in imcomm ignore the number of tlv's the server tells us, and this fixed it. 0.81p1 - 01/31/2006 * Fixed a bug that made AOL's Triton client ignore incoming IM's from bsflite.
24 lines
764 B
Makefile
24 lines
764 B
Makefile
# $NetBSD: Makefile,v 1.7 2006/03/08 05:57:58 wiz Exp $
|
|
|
|
DISTNAME= bsflite-0.81p2
|
|
CATEGORIES= chat
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bsflite/}
|
|
|
|
MAINTAINER= leitec@leitec.org
|
|
HOMEPAGE= http://bsflite.sourceforge.net/
|
|
COMMENT= Lightweight AIM client for the command line
|
|
|
|
INSTALLATION_DIRS= bin share/doc/bsflite share/examples/bsflite
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/bsflite ${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/bsflite
|
|
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/bsflite
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bsflite
|
|
${INSTALL_DATA} ${WRKSRC}/config-example \
|
|
${PREFIX}/share/examples/bsflite
|
|
|
|
LIBS.SunOS+= -lnsl -lsocket
|
|
MAKE_ENV+= LIBS=${LIBS:M*:Q}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|