2002-02-21 11:19:54 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2002/02/21 16:19:54 reinhard Exp $
|
2001-03-07 09:39:59 -05:00
|
|
|
# Original from: Timo Sirainen <tss@iki.fi>
|
2000-12-26 17:33:28 -05:00
|
|
|
|
2001-04-20 19:45:12 -04:00
|
|
|
COMMENT= "modular IRC client with many features (ipv6,socks,proxy)"
|
|
|
|
|
2002-02-21 11:19:54 -05:00
|
|
|
DISTNAME= irssi-0.8.1
|
2000-12-26 17:33:28 -05:00
|
|
|
CATEGORIES= net
|
2002-02-21 11:19:54 -05:00
|
|
|
NEED_VERSION= 1.504
|
2001-11-20 05:06:29 -05:00
|
|
|
|
2001-03-07 09:39:59 -05:00
|
|
|
MASTER_SITES= ${HOMEPAGE}/files/ \
|
|
|
|
http://nl.irssi.org/files/ \
|
|
|
|
http://fi.irssi.org/files/ \
|
|
|
|
http://no.irssi.org/files/ \
|
2001-11-20 05:06:29 -05:00
|
|
|
http://de.irssi.org/files/ \
|
|
|
|
http://uk.irssi.org/files/ \
|
2001-03-07 09:39:59 -05:00
|
|
|
http://pl.irssi.org/files/ \
|
|
|
|
http://us.irssi.org/files/
|
2000-12-26 17:33:28 -05:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.irssi.org
|
|
|
|
|
2001-03-07 09:39:59 -05:00
|
|
|
MAINTAINER= Reinhard J. Sammer <reinhard@openbsd.org>
|
2000-12-26 17:33:28 -05:00
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-02-21 11:19:54 -05:00
|
|
|
MODULES= gettext
|
2000-12-26 17:33:28 -05:00
|
|
|
SEPARATE_BUILD= Concurrent
|
|
|
|
|
2002-02-21 11:19:54 -05:00
|
|
|
CONFIGURE_STYLE= autoconf
|
2000-12-26 17:33:28 -05:00
|
|
|
|
2002-02-21 11:19:54 -05:00
|
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX} --datadir=${PREFIX}/share/doc \
|
|
|
|
--enable-ipv6 --with-bot --with-proxy \
|
|
|
|
--with-textui --enable-curses-windows \
|
|
|
|
--enable-perl=yes --with-gettext \
|
|
|
|
--with-perl-lib=${DESTDIR}${PREFIX}/libdata/perl5/site_perl
|
2000-12-26 17:33:28 -05:00
|
|
|
|
2002-02-21 11:19:54 -05:00
|
|
|
USE_LIBTOOL= Yes
|
2000-12-26 17:33:28 -05:00
|
|
|
|
2002-02-21 11:19:54 -05:00
|
|
|
SAMPLE= default.theme colorless.theme
|
2000-12-26 17:33:28 -05:00
|
|
|
|
2001-04-20 11:43:07 -04:00
|
|
|
pre-configure:
|
2002-02-21 11:19:54 -05:00
|
|
|
@perl -pi -e 's,doc/irssi,irssi,g' ${WRKSRC}/docs/Makefile.in
|
2001-04-20 11:43:07 -04:00
|
|
|
|
2000-12-26 17:33:28 -05:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/irssi
|
|
|
|
(cd ${WRKDIST} && ${INSTALL_DATA} ${SAMPLE} \
|
2002-02-21 11:19:54 -05:00
|
|
|
${PREFIX}/share/examples/irssi)
|
2000-12-26 17:33:28 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|