4317a0626e
v1.0.1 2017-02-03 The Irssi team <staff@irssi.org> - Fix Perl compilation in object dir. By Martijn Dekker (#602, #623). - Disable EC cryptography on Solaris to fix build (#604, #598). - Fix incorrect HELP SERVER example (#606, #519). - Correct memory leak in /OP and /VOICE. By Tim Konick (#608). - Fix regression that broke second level completion (#613, #609). - Correct missing NULL termination in perl_parse. By Hanno Böck (#619). - Sync broken mail.pl script (#624, #607).
16 lines
626 B
Text
16 lines
626 B
Text
# $NetBSD: Makefile.common,v 1.21 2017/02/05 20:37:30 maya Exp $
|
|
#
|
|
# used by chat/irssi-icb/Makefile
|
|
# used by chat/irssi-xmpp/Makefile
|
|
|
|
# Specific distribution information.
|
|
IRSSI_VERSION= 1.0.1
|
|
IRSSI_DISTNAME= irssi-${IRSSI_VERSION}
|
|
IRSSI_EXTRACT_SUFX= .tar.gz
|
|
IRSSI_DISTFILE= ${IRSSI_DISTNAME}${IRSSI_EXTRACT_SUFX}
|
|
SITES.${IRSSI_DISTFILE}= https://github.com/irssi/irssi/releases/download/${IRSSI_VERSION}/
|
|
|
|
# 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}/include/irssi/irssi-config.h
|