diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-15 00:36:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-15 00:36:25 +0000 |
commit | ae7f28b14b06c1eab086fb0359ef2022f56305d1 (patch) | |
tree | 9efd46171d88d283a1dcc676d340dae7e3a2606c /chat/icb/Makefile | |
parent | 5035df2c1f3de5be3cf14b8e9b34b02f726301f9 (diff) | |
download | pkgsrc-ae7f28b14b06c1eab086fb0359ef2022f56305d1.tar.gz |
Create new 'chat' category, featuring chat clients and servers of all kinds.
Move some packages from 'net' here.
Diffstat (limited to 'chat/icb/Makefile')
-rw-r--r-- | chat/icb/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/chat/icb/Makefile b/chat/icb/Makefile new file mode 100644 index 00000000000..9c338485097 --- /dev/null +++ b/chat/icb/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/15 00:36:36 wiz Exp $ +# + +# Note: The file ftp://ftp.icb.net/pub/icb/icb-0.9grok2.tar.gz is way +# older than this here. It's got no readline support, tcl, ... - HF +DISTNAME= icb-5.0.9 +PKGNAME= icb-5.0.9pl1 +CATEGORIES= chat +MASTER_SITES= ${MASTER_SITE_LOCAL} + +MAINTAINER= cjs@netbsd.org +HOMEPAGE= http://www.icb.net/ + +NO_SRC_ON_FTP= "already in MASTER_SITE_LOCAL" + +do-configure: + @cd ${WRKSRC}; \ + ${SED} -e s,@PREFIX@,${PREFIX},g ${FILESDIR}/config >${WRKSRC}/config + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/icb/icb ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/icbserverdb ${PREFIX}/libdata + ${INSTALL} -d ${PREFIX}/libdata/icb + ${INSTALL_SCRIPT} ${WRKSRC}/sample.icbrc \ + ${WRKSRC}/contrib/bartender \ + ${WRKSRC}/contrib/confuse \ + ${WRKSRC}/contrib/echofile \ + ${PREFIX}/libdata/icb + +.include "../../mk/bsd.pkg.mk" |