Changes: - convert to options.mk 1.0.2: ====== Due to the new SILC Server release with support to the UTF-8 nicknames and channel names new version of the SILC Client is released as it seems the older ones do not function very well with the new server. This version includes support to the UTF-8 encoded nicknames and channel names, however, certain problems may still exists, as this is a slight premature release. - Added support for UTF-8 encoded nicknames and channel names. - Command queue implemented for better UTF-8 support. - --with-silc-includes and --with-silc-libs added gto configure to use pre-installed SILC Toolkit.
15 lines
533 B
Text
15 lines
533 B
Text
# $NetBSD: Makefile.common,v 1.9 2005/04/08 15:12:48 salo Exp $
|
|
#
|
|
|
|
# Distribution specific information.
|
|
#
|
|
SILC_CLIENT_VERSION= 1.0.2
|
|
SILC_CLIENT_DISTNAME= silc-client-${SILC_CLIENT_VERSION}
|
|
SILC_CLIENT_EXTRACT_SUFX= .tar.bz2
|
|
SILC_CLIENT_DISTFILE= ${SILC_CLIENT_DISTNAME}${SILC_CLIENT_EXTRACT_SUFX}
|
|
|
|
# These files are generated during silc-client's build, but are required by
|
|
# plugins to compile properly.
|
|
#
|
|
SILC_CLIENT_CONFIG= ${PREFIX}/share/silc-client/irssi-config
|
|
SILC_CLIENT_CONFIG_H= ${PREFIX}/share/silc-client/config.h
|