summaryrefslogtreecommitdiff
path: root/chat/i2cb/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>2002-11-14 00:55:44 +0000
committerhubertf <hubertf>2002-11-14 00:55:44 +0000
commit5b9ebe0ae69aa694c88d056aad44fe99ee3a8982 (patch)
tree84b2d2de5476f6ff0ec8c08847481edfe11e3105 /chat/i2cb/Makefile
parent3e9d7cfaa33cc8db9b11db450be7b6cfe2297059 (diff)
downloadpkgsrc-5b9ebe0ae69aa694c88d056aad44fe99ee3a8982.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/Makefile32
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"