summaryrefslogtreecommitdiff
path: root/chat/libirc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/libirc/Makefile')
-rw-r--r--chat/libirc/Makefile17
1 files changed, 17 insertions, 0 deletions
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"