*) remove gettext dependency, use terminfo; thanks han AT mijncomputer.nl

*) -SEPARATE_BUILD (plugins will need this)
*) socks FLAVOR
This commit is contained in:
reinhard 2002-02-23 10:29:55 +00:00
parent c9a3643ac6
commit 35a9ea9728
4 changed files with 17 additions and 15 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2002/02/21 16:19:54 reinhard Exp $
# $OpenBSD: Makefile,v 1.12 2002/02/23 10:29:55 reinhard Exp $
# Original from: Timo Sirainen <tss@iki.fi>
COMMENT= "modular IRC client with many features (ipv6,socks,proxy)"
@ -14,7 +14,7 @@ MASTER_SITES= ${HOMEPAGE}/files/ \
http://de.irssi.org/files/ \
http://uk.irssi.org/files/ \
http://pl.irssi.org/files/ \
http://us.irssi.org/files/
http://us.irssi.org/files/
HOMEPAGE= http://www.irssi.org
@ -25,23 +25,26 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= gettext
SEPARATE_BUILD= Concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS+= --prefix=${PREFIX} --datadir=${PREFIX}/share/doc \
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/doc \
--enable-ipv6 --with-bot --with-proxy \
--with-textui --enable-curses-windows \
--enable-perl=yes --with-gettext \
--enable-perl=yes --with-included-gettext \
--with-perl-lib=${DESTDIR}${PREFIX}/libdata/perl5/site_perl
USE_LIBTOOL= Yes
FLAVORS= socks
FLAVOR?=
.if ${FLAVOR:L:Msocks}
CONFIGURE_ARGS+= --with-socks
BUILD_DEPENDS= socks.1::security/dante
.endif
SAMPLE= default.theme colorless.theme
pre-configure:
@perl -pi -e 's,doc/irssi,irssi,g' ${WRKSRC}/docs/Makefile.in
@perl -pi -e 's,lcrypt,lc_r,g' ${WRKSRC}/src/irc/bot/Makefile.in
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/irssi

View File

@ -4,4 +4,6 @@ be created pretty easily. Also, Irssi isn't really even IRC specific anymore,
there's already a working SILC module available. Support for other protocols
like ICQ could be created some day too.
Flavor: socks support for dante socks firewall implementation
WWW: ${HOMEPAGE}

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: INSTALL,v 1.1.1.1 2000/12/26 22:33:29 reinhard Exp $
# $OpenBSD: INSTALL,v 1.2 2002/02/23 10:29:55 reinhard Exp $
#
# Pre/post-installation setup of irssi
@ -17,7 +17,6 @@ do_install_conf()
{
install -d -o root -g wheel ${CONFIG_DIR}
install -o root -g wheel -m 0644 ${SAMPLE_CONFIG_DIR}/colorless.theme ${CONFIG_DIR}
install -o root -g wheel -m 0644 ${SAMPLE_CONFIG_DIR}/config ${CONFIG_DIR}
install -o root -g wheel -m 0644 ${SAMPLE_CONFIG_DIR}/default.theme ${CONFIG_DIR}
echo
echo "+---------------"

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2002/02/21 16:19:54 reinhard Exp $
@comment $OpenBSD: PLIST,v 1.6 2002/02/23 10:29:55 reinhard Exp $
bin/botti
bin/irssi
lib/irssi/modules/libirc_bot.a
@ -168,8 +168,6 @@ share/examples/irssi/default.theme
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Irssi/TextUI
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Irssi/Irc
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Irssi
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Irssi
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd
@dirrm lib/irssi/modules
@dirrm lib/irssi