diff options
author | wiz <wiz> | 2000-12-15 00:36:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-15 00:36:25 +0000 |
commit | 8ef40bc8b7a42d79b2a5317d54883bae254bb92c (patch) | |
tree | 9efd46171d88d283a1dcc676d340dae7e3a2606c /chat/Makefile | |
parent | 58aeeec992a7ec192b99c11dacc0f517503132b2 (diff) | |
download | pkgsrc-8ef40bc8b7a42d79b2a5317d54883bae254bb92c.tar.gz |
Create new 'chat' category, featuring chat clients and servers of all kinds.
Move some packages from 'net' here.
Diffstat (limited to 'chat/Makefile')
-rw-r--r-- | chat/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/chat/Makefile b/chat/Makefile new file mode 100644 index 00000000000..86740a4da45 --- /dev/null +++ b/chat/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/15 00:36:25 wiz Exp $ +# + + SUBDIR += gaim + SUBDIR += icb + SUBDIR += icqlib + SUBDIR += ircII + SUBDIR += ircu + SUBDIR += kicq + SUBDIR += kxicq + SUBDIR += libirc + SUBDIR += micq + SUBDIR += sirc + SUBDIR += tkicb + SUBDIR += tkirc + SUBDIR += xchat + SUBDIR += zenicb + SUBDIR += zircon + +.include "../mk/bsd.pkg.subdir.mk" |