From c14570556499bf6fff1ea3aae45ddfecf11f6e64 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 15 Dec 2000 00:36:25 +0000 Subject: Create new 'chat' category, featuring chat clients and servers of all kinds. Move some packages from 'net' here. --- chat/libirc/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 chat/libirc/Makefile (limited to 'chat/libirc/Makefile') diff --git a/chat/libirc/Makefile b/chat/libirc/Makefile new file mode 100644 index 00000000000..2fd92411e3d --- /dev/null +++ b/chat/libirc/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/15 00:36:31 wiz Exp $ +# + +DISTNAME= libirc-0.2 +CATEGORIES= chat +MASTER_SITES= http://www.cs.kau.se/~jorgen/software/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.cs.kau.se/~jorgen/software/ + +DEPENDS+= glib>=1.2.6:../../devel/glib + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3