diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-11-14 00:55:44 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-11-14 00:55:44 +0000 |
commit | 0accd4ea7497b5e0853b6160a926dac8e8c49cff (patch) | |
tree | 84b2d2de5476f6ff0ec8c08847481edfe11e3105 /chat/i2cb/Makefile | |
parent | b0e2d6aed8b83369eee95833c8ff114664bb553c (diff) | |
download | pkgsrc-0accd4ea7497b5e0853b6160a926dac8e8c49cff.tar.gz |
Import i2cb-6.0_ALPHA: Next generation Internet Citicen's Band chat client
ICB (International CB) is a teleconferencing system that allows Internet users
to participate in realtime online discussions. This package builds a client
program (called, strangely enough, "icb") that is used to access ICB.
i2cb was enhanced to support IPv6 etc.
Diffstat (limited to 'chat/i2cb/Makefile')
-rw-r--r-- | chat/i2cb/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/chat/i2cb/Makefile b/chat/i2cb/Makefile new file mode 100644 index 00000000000..bd26f6e99f4 --- /dev/null +++ b/chat/i2cb/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/11/14 00:55:44 hubertf Exp $ +# + +DISTNAME= icb +PKGNAME= i2cb-6.0_ALPHA +CATEGORIES= chat +MASTER_SITES= http://www.draga.com/~jwise/i2cb/ + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://www.draga.com/~jwise/i2cb/ +COMMENT= Next generation Internet Citicen's Band chat client + +WRKSRC= ${WRKDIR}/icb + +USE_BUILDLINK_ONLY= # defined + +post-extract: + ${RM} -f ${WRKSRC}/src/.depend + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/icb ${PREFIX}/bin/i2cb + ${INSTALL_SCRIPT} ${WRKSRC}/icbserverdb ${PREFIX}/libdata/i2cbserverdb + ${INSTALL_DATA_DIR} ${PREFIX}/libdata/i2cb + ${INSTALL_SCRIPT} ${WRKSRC}/sample.icbrc \ + ${PREFIX}/libdata/i2cb/sample.i2cbrc + ${INSTALL_SCRIPT} \ + ${WRKSRC}/contrib/bartender \ + ${WRKSRC}/contrib/confuse \ + ${WRKSRC}/contrib/echofile \ + ${PREFIX}/libdata/i2cb + +.include "../../mk/bsd.pkg.mk" |