From 64ae92cb18bc5cc0c4d481ec5a4e71c319970baf Mon Sep 17 00:00:00 2001 From: jmmv Date: Mon, 2 Dec 2002 12:19:18 +0000 Subject: Update Irssi to 0.8.6. Taken from the NEWS: * Tons of changes, here's only the largest that come to my mind now: + SSL support by vjt at users.sf.net + DCC send queues by Heikki Orsila + Better support for !channels The new Makefile.common will be used by Irssi plugins. Approved by wiz. --- chat/irssi/Makefile.common | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 chat/irssi/Makefile.common (limited to 'chat/irssi/Makefile.common') diff --git a/chat/irssi/Makefile.common b/chat/irssi/Makefile.common new file mode 100644 index 00000000000..9e1184063d9 --- /dev/null +++ b/chat/irssi/Makefile.common @@ -0,0 +1,12 @@ +# $NetBSD: Makefile.common,v 1.1 2002/12/02 12:19:18 jmmv Exp $ + +# Specific distribution information. +IRSSI_VERSION= 0.8.6 +IRSSI_DISTNAME= irssi-${IRSSI_VERSION} +IRSSI_EXTRACT_SUFX= .tar.bz2 +IRSSI_DISTFILE= ${IRSSI_DISTNAME}${IRSSI_EXTRACT_SUFX} + +# These files are generated during Irssi's build, but are required by +# plugins to compile properly. +IRSSI_CONFIG= ${PREFIX}/share/irssi/irssi-config +IRSSI_CONFIG_H= ${PREFIX}/share/irssi/config.h -- cgit v1.2.3