pkgsrc/chat/irssi/Makefile.common
veego d09d7fbcd9 Update to 0.8.9, plus adding a missing IRSSI_USE_PERL to BUILD_DEFS:
v0.8.9 2003-12-11  Timo Sirainen <tss@iki.fi>

	* Fixes a remote crash with:
	    a) non-x86 hardware (one requiring memory alignmentation)
	    b) script using "gui print text" signal (with x86 hardware too)

	+ /SET auto_whowas OFF allows now disabling automatic /whowas when
	  /whois doesn't find a nick (by Borys)
	- If pasted line starts with command char, treat it as command always.
	  Paste detection can go on too easily with lagged connections.
2003-12-11 20:18:58 +00:00

12 lines
450 B
Makefile

# $NetBSD: Makefile.common,v 1.3 2003/12/11 20:18:58 veego Exp $
# Specific distribution information.
IRSSI_VERSION= 0.8.9
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