1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

root/csw/mgar/pkg/irssi/trunk/Makefile

Revision 19643, 1.4 KB (checked in by dmichelsen, 7 months ago)

WHOLE TREE: Remove default CATEGORIES

Line 
1NAME = irssi
2VERSION = 0.8.15
3GARTYPE = v2
4
5DESCRIPTION = IRC client with IPv6, proxy, bot, socks and Perl support
6define 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.
12endef
13
14VENDOR_URL   = http://www.irssi.org/
15MASTER_SITES = http://www.irssi.org/files/
16DISTFILES    = $(NAME)-$(VERSION).tar.gz
17UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
18
19PACKAGING_PLATFORMS = solaris10-i386 solaris10-sparc
20
21SAMPLECONF = .*/irssi.conf
22
23CONFIGURE_ARGS += $(DIRPATHS)
24CONFIGURE_ARGS += --enable-ipv6
25CONFIGURE_ARGS += --with-socks
26CONFIGURE_ARGS += --with-bot
27CONFIGURE_ARGS += --with-proxy
28CONFIGURE_ARGS += --with-perl=yes
29CONFIGURE_ARGS += --with-perl-lib=vendor
30CONFIGURE_ARGS += --with-ncurses=$(prefix)
31
32EXTRA_LIB += $(prefix)/bdb47/lib
33EXTRA_INC += $(prefix)/bdb47/include
34
35EXTRA_MERGE_EXCLUDE_FILES = .*~ .*perllocal\.pod
36
37RUNTIME_DEP_PKGS += CSWlibintl8
38RUNTIME_DEP_PKGS += CSWlibsocks
39RUNTIME_DEP_PKGS += CSWlibssl1-0-0
40RUNTIME_DEP_PKGS += CSWperl
41RUNTIME_DEP_PKGS += CSWlibglib2-0-0
42RUNTIME_DEP_PKGS += CSWlibgmodule2-0-0
43
44REINPLACE_USRLOCAL += docs/perl.txt
45REINPLACE_USRLOCAL += docs/help/load
46
47REINPLACE_USRSHARE += docs/irssi.1
48
49include gar/category.mk
Note: See TracBrowser for help on using the browser.