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