pkgsrc/chat/naim/Makefile
tv e439661754 naim 0.11.1, an AIM/IRC chat client using a ncurses text interface.
=====
naim is a chat program for use with America Online's AOL Instant
Messenger. The name naim is derived from n's AIM client, but it could
also have been derived from ncurses AIM client because of naim's use of
the ncurses text-mode screen library.

naim is based on firetalk, the multiprotocol chat library.  naim is
capable of connecting to IRC as well as AIM services.
2002-01-25 15:53:56 +00:00

27 lines
672 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2002/01/25 15:53:56 tv Exp $
#
PKGNAME= naim-0.11.1.20020123
DISTNAME= naim-0.11.1-2002-01-23-2329
CATEGORIES= chat
MASTER_SITES= http://dev.n.ml.org/
MAINTAINER= tv@netbsd.org
HOMEPAGE= http://naim.n.ml.org/
COMMENT= ncurses-based AIM/IRC client
WRKSRC= ${WRKDIR}/naim-0.11.1
GNU_CONFIGURE= YES
USE_BUILDLINK_ONLY= YES
USE_NCURSES= YES
USE_GNU_READLINE= YES
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/naim
${INSTALL_DATA} ${WRKSRC}/doc/naimrc_sample \
${PREFIX}/share/examples/naim/dot.naimrc
.include "../../devel/ncurses/buildlink.mk"
.include "../../devel/readline/buildlink.mk"
.include "../../mk/bsd.pkg.mk"