aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/centerim-devel/Makefile
blob: f4146c56004eaddbafbaca3c744b76102ffc0ba4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Created by: Frank Altpeter <frank@altpeter.de>
# $FreeBSD$

PORTNAME=   centerim
PORTVERSION=    4.22.10.11
PORTREVISION=   3
CATEGORIES= net-im
MASTER_SITES=   http://www.centerim.org/download/mobshots/ \
        ftp://ftp.centerim.org/mobshots/
PKGNAMESUFFIX=  -devel

MAINTAINER= frank@altpeter.de
COMMENT=    Text mode menu- and window-driven IM interface

LICENSE=    GPLv2

LIB_DEPENDS=    libcurl.so:${PORTSDIR}/ftp/curl

USE_PYTHON_RUN= yes
USES=       iconv gmake perl5 pkgconfig shebangfix
USE_PERL5=  run
USE_OPENSSL=    yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-ssl --with-openssl
CONFLICTS=  centericq-[0-9]* centerim-[0-9]*

SHEBANG_FILES=  misc/cimformathistory misc/cimextracthistory.pl
SHEBANG_LANG=   gawk
gawk_OLD_CMD=   /bin/gawk
gawk_CMD=   /usr/bin/awk

OPTIONS_DEFINE= NLS MULTIBYTE FRIBIDI MSN YAHOO AIM IRC JABBER GPGME RSS LJ GG

FRIBIDI_DESC=   Fribidi Support
MSN_DESC=   MSN Protocol
YAHOO_DESC= Yahoo! Messenger Protocol
AIM_DESC=   AOL's Instant Messenger Protocol
IRC_DESC=   IRC Protocol
GPGME_DESC= PGP encrypted Jabber messages
RSS_DESC=   RSS Support
LJ_DESC=    LiveJournal Support
GG_DESC=    Gadu-Gadu Protocol Support

OPTIONS_DEFAULT=    MULTIBYTE FRIBIDI MSN YAHOO AIM IRC JABBER GPGME RSS LJ GG

OPTIONS_SUB=    yes

PORTDOCS=   FAQ README

NLS_USES=       gettext
NLS_CONFIGURE_ENABLE=   nls
MULTIBYTE_CONFIGURE_ENABLE=locales-fix
FRIBIDI_LIB_DEPENDS=    libfribidi.so:${PORTSDIR}/converters/fribidi
FRIBIDI_CONFIGURE_WITH= fribidi
MSN_CONFIGURE_ENABLE=   msn
YAHOO_CONFIGURE_ENABLE= yahoo
AIM_CONFIGURE_ENABLE=   aim
IRC_CONFIGURE_ENABLE=   irc
JABBER_CONFIGURE_ENABLE=jabber
RSS_CONFIGURE_ENABLE=   rss
LJ_CONFIGURE_ENABLE=    lj
GG_LIB_DEPENDS=     libgadu.so:${PORTSDIR}/polish/ekg
GG_CONFIGURE_ENABLE=    gg
GPGME_LIB_DEPENDS=  libgpgme.so:${PORTSDIR}/security/gpgme
GPGME_CONFIGURE_OFF=    --with-gpgme-prefix=/nonexistent

post-patch:
    @${REINPLACE_CMD} -e 's|/var/run/screen|/tmp/screens|' \
        ${WRKSRC}/src/icqconf.cc
    @${REINPLACE_CMD} -e 's|-R$$found_dir|-Wl,-rpath,$$found_dir|' \
        ${WRKSRC}/configure

post-install:
    @${MKDIR} ${STAGEDIR}${DOCSDIR}
    @(cd ${WRKSRC} ; ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/)

.include <bsd.port.mk>