# Created by: Vsevolod Stakhov # $FreeBSD$ PORTNAME= irssi PORTVERSION= 20130915 CATEGORIES= irc MASTER_SITES= http://mirror.shatow.net/freebsd/${PORTNAME}/ \ http://bsdcrew.de/distfiles/ \ http://mirror.irssi.org/snapshots/ PKGNAMESUFFIX= -devel MAINTAINER= miwi@FreeBSD.org COMMENT= A modular IRC client with many features LIB_DEPENDS= glib-2.0:${PORTSDIR}/devel/glib20 CONFLICTS= irssi-0.8* GNU_CONFIGURE= yes USES= pkgconfig gmake MAN1= irssi.1 OPTIONS_DEFINE= PERL PROXY SOCKS IPV6 BOT SSL SOCKS_DESC= Socks proxy support BOT_DESC= Bot support OPTIONS_DEFAULT= PERL IPV6 SSL WRKSRC= ${WRKDIR}/${PORTNAME}-0.8.16-rc1 NO_STAGE= yes .include # Process options. .if ${PORT_OPTIONS:MSSL} USE_OPENSSL= yes .else CONFIGURE_ARGS+= --disable-ssl .endif .if ${PORT_OPTIONS:MPERL} USES+= perl5 CONFIGURE_ARGS+= --with-perl-lib=site PLIST_SUB+= WITH_PERL="" .else CONFIGURE_ARGS+= --without-perl PLIST_SUB+= WITH_PERL="@comment " .endif .if ${PORT_OPTIONS:MPROXY} CONFIGURE_ARGS+= --with-proxy PLIST_SUB+= WITH_PROXY="" .else PLIST_SUB+= WITH_PROXY="@comment " .endif .if ${PORT_OPTIONS:MSOCKS} CONFIGURE_ARGS+= --with-socks .endif .if ${PORT_OPTIONS:MIPV6} CONFIGURE_ARGS+= --enable-ipv6 CATEGORIES+= ipv6 .else CONFIGURE_ARGS+= --disable-ipv6 .endif .if ${PORT_OPTIONS:MBOT} CONFIGURE_ARGS+= --with-bot PLIST_SUB+= WITH_BOT="" .else CONFIGURE_ARGS+= --without-bot PLIST_SUB+= WITH_BOT="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' -e 's|/etc|${PREFIX}&|' \ ${WRKSRC}/docs/irssi.1 post-configure: @${MV} ${WRKSRC}/irssi.conf ${WRKSRC}/irssi.conf.sample post-install: @if [ ! -f ${PREFIX}/etc/irssi.conf ]; then \ ${ECHO} "Installing default configuration file."; \ ${INSTALL_DATA} ${WRKSRC}/irssi.conf.sample ${PREFIX}/etc/irssi.conf ; \ fi .include d_yarn/devel/electron4/files/elliptic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reset maintainer at his request.linimon2010-06-151-1/+1
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
* - Remove file supposed to be deleted by previous commit [1]gahr2010-04-071-10/+0
* - Make fltk optionalgahr2010-04-012-11/+21
* - update to 1.4.1dinoex2010-03-281-0/+1
* - Fix plist for the standard case [1]gahr2010-03-241-0/+2
* - Chase x11-toolkits/fltk updategahr2010-03-242-11/+6
* - The maintainer reappearedpav2010-03-141-1/+1
* - update to jpeg-8dinoex2010-02-051-1/+1
* - Install the shared library in an usable mannerpav2009-12-223-13/+6
* Reset maintainer at his request.linimon2009-12-161-2/+1
* Reinstate maintainer at his request.linimon2009-12-041-1/+1
* Temporarily reassign ports maintained by chris@officialunix.com back tolinimon2009-11-261-1/+1
* - Fix fltk thread scriptmiwi2009-11-062-6/+3
* - Update to 5.11.1miwi2009-11-047-2111/+2200