diff options
author | tv <tv> | 2002-01-25 15:53:56 +0000 |
---|---|---|
committer | tv <tv> | 2002-01-25 15:53:56 +0000 |
commit | 2ae0d60586e247dc90493c2162279289e2729900 (patch) | |
tree | 5b8ed357f03e583c18a470d7b11bdab3cbf36df5 /chat/naim/Makefile | |
parent | ea5abbddef13c160dcf2215fd8a13eff8666d768 (diff) | |
download | pkgsrc-2ae0d60586e247dc90493c2162279289e2729900.tar.gz |
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.
Diffstat (limited to 'chat/naim/Makefile')
-rw-r--r-- | chat/naim/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/chat/naim/Makefile b/chat/naim/Makefile new file mode 100644 index 00000000000..4f53ef86056 --- /dev/null +++ b/chat/naim/Makefile @@ -0,0 +1,27 @@ +# $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" |