| 1 | NAME = irssi |
|---|
| 2 | VERSION = 0.8.15 |
|---|
| 3 | GARTYPE = v2 |
|---|
| 4 | |
|---|
| 5 | DESCRIPTION = IRC client with IPv6, proxy, bot, socks and Perl support |
|---|
| 6 | define BLURB |
|---|
| 7 | Irssi is a modular IRC client that currently has only text mode user |
|---|
| 8 | interface, but 80-90% of the code isn't text mode specific, so other UIs |
|---|
| 9 | could be created pretty easily. Also, Irssi isn't really even IRC |
|---|
| 10 | specific anymore, there's already a working SILC module available. |
|---|
| 11 | Support for other protocols like ICQ could be created some day too. |
|---|
| 12 | endef |
|---|
| 13 | |
|---|
| 14 | VENDOR_URL = http://www.irssi.org/ |
|---|
| 15 | MASTER_SITES = http://www.irssi.org/files/ |
|---|
| 16 | DISTFILES = $(NAME)-$(VERSION).tar.gz |
|---|
| 17 | UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz |
|---|
| 18 | |
|---|
| 19 | PACKAGING_PLATFORMS = solaris10-i386 solaris10-sparc |
|---|
| 20 | |
|---|
| 21 | SAMPLECONF = .*/irssi.conf |
|---|
| 22 | |
|---|
| 23 | CONFIGURE_ARGS += $(DIRPATHS) |
|---|
| 24 | CONFIGURE_ARGS += --enable-ipv6 |
|---|
| 25 | CONFIGURE_ARGS += --with-socks |
|---|
| 26 | CONFIGURE_ARGS += --with-bot |
|---|
| 27 | CONFIGURE_ARGS += --with-proxy |
|---|
| 28 | CONFIGURE_ARGS += --with-perl=yes |
|---|
| 29 | CONFIGURE_ARGS += --with-perl-lib=vendor |
|---|
| 30 | CONFIGURE_ARGS += --with-ncurses=$(prefix) |
|---|
| 31 | |
|---|
| 32 | EXTRA_LIB += $(prefix)/bdb47/lib |
|---|
| 33 | EXTRA_INC += $(prefix)/bdb47/include |
|---|
| 34 | |
|---|
| 35 | EXTRA_MERGE_EXCLUDE_FILES = .*~ .*perllocal\.pod |
|---|
| 36 | |
|---|
| 37 | RUNTIME_DEP_PKGS += CSWlibintl8 |
|---|
| 38 | RUNTIME_DEP_PKGS += CSWlibsocks |
|---|
| 39 | RUNTIME_DEP_PKGS += CSWlibssl1-0-0 |
|---|
| 40 | RUNTIME_DEP_PKGS += CSWperl |
|---|
| 41 | RUNTIME_DEP_PKGS += CSWlibglib2-0-0 |
|---|
| 42 | RUNTIME_DEP_PKGS += CSWlibgmodule2-0-0 |
|---|
| 43 | |
|---|
| 44 | REINPLACE_USRLOCAL += docs/perl.txt |
|---|
| 45 | REINPLACE_USRLOCAL += docs/help/load |
|---|
| 46 | |
|---|
| 47 | REINPLACE_USRSHARE += docs/irssi.1 |
|---|
| 48 | |
|---|
| 49 | include gar/category.mk |
|---|