2004-12-15 19:31:20 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.25 2004/12/16 00:31:22 alek Exp $
|
2001-03-07 09:39:59 -05:00
|
|
|
# Original from: Timo Sirainen <tss@iki.fi>
|
2000-12-26 17:33:28 -05:00
|
|
|
|
2004-01-17 10:58:06 -05:00
|
|
|
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
|
|
|
|
2001-04-20 19:45:12 -04:00
|
|
|
COMMENT= "modular IRC client with many features (ipv6,socks,proxy)"
|
|
|
|
|
2003-12-13 22:25:19 -05:00
|
|
|
DISTNAME= irssi-0.8.9
|
2000-12-26 17:33:28 -05:00
|
|
|
CATEGORIES= net
|
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/ \
|
2002-02-23 05:29:55 -05:00
|
|
|
http://us.irssi.org/files/
|
2000-12-26 17:33:28 -05:00
|
|
|
|
2003-12-13 22:25:19 -05:00
|
|
|
HOMEPAGE= http://www.irssi.org/
|
2000-12-26 17:33:28 -05:00
|
|
|
|
2001-03-07 09:39:59 -05:00
|
|
|
MAINTAINER= Reinhard J. Sammer <reinhard@openbsd.org>
|
2000-12-26 17:33:28 -05:00
|
|
|
|
2003-12-13 22:25:19 -05:00
|
|
|
# GPL
|
2000-12-26 17:33:28 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-15 19:31:20 -05:00
|
|
|
WANTLIB= c crypto m ncurses perl ssl util
|
2000-12-26 17:33:28 -05:00
|
|
|
|
2004-05-13 03:11:56 -04:00
|
|
|
LIB_DEPENDS+= glib.1.2,gmodule::devel/glib
|
2002-02-25 09:41:42 -05:00
|
|
|
|
2002-02-23 05:29:55 -05:00
|
|
|
CONFIGURE_STYLE= gnu
|
2000-12-26 17:33:28 -05:00
|
|
|
|
2003-01-02 06:03:44 -05:00
|
|
|
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/doc --enable-ipv6 \
|
|
|
|
--with-proxy --enable-perl=yes --with-included-gettext \
|
2004-05-13 03:11:56 -04:00
|
|
|
--with-perl-lib=${PREFIX}/libdata/perl5/site_perl --with-glib1
|
2000-12-26 17:33:28 -05:00
|
|
|
|
2002-02-23 05:29:55 -05:00
|
|
|
FLAVORS= socks
|
|
|
|
FLAVOR?=
|
|
|
|
|
|
|
|
.if ${FLAVOR:L:Msocks}
|
|
|
|
CONFIGURE_ARGS+= --with-socks
|
2004-01-11 19:17:45 -05:00
|
|
|
BUILD_DEPENDS+= ::security/dante
|
2002-02-23 05:29:55 -05:00
|
|
|
.endif
|
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
|
2003-12-07 19:44:16 -05:00
|
|
|
cd ${WRKDIST} && ${INSTALL_DATA} ${SAMPLE} \
|
|
|
|
${PREFIX}/share/examples/irssi
|
2000-12-26 17:33:28 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|