8e63c2e1c8
* 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.
12 lines
449 B
Text
12 lines
449 B
Text
# $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
|