summaryrefslogtreecommitdiff
path: root/chat/irssi/Makefile.common
diff options
context:
space:
mode:
authorjmmv <jmmv>2002-12-02 12:19:18 +0000
committerjmmv <jmmv>2002-12-02 12:19:18 +0000
commit64ae92cb18bc5cc0c4d481ec5a4e71c319970baf (patch)
tree36232527163cec347be7f447d8d6a67d8fab6d80 /chat/irssi/Makefile.common
parentd5651464b350352585043b1206dcfddce97c078a (diff)
downloadpkgsrc-64ae92cb18bc5cc0c4d481ec5a4e71c319970baf.tar.gz
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.
Diffstat (limited to 'chat/irssi/Makefile.common')
-rw-r--r--chat/irssi/Makefile.common12
1 files changed, 12 insertions, 0 deletions
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