|
Lines 2-12
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= centerim |
4 |
PORTNAME= centerim |
| 5 |
PORTVERSION= 4.22.10 |
5 |
PORTVERSION= 5.0.1 |
| 6 |
PORTREVISION= 6 |
|
|
| 7 |
CATEGORIES= net-im |
6 |
CATEGORIES= net-im |
| 8 |
MASTER_SITES= http://www.centerim.org/download/releases/ \ |
7 |
MASTER_SITES= http://www.centerim.org/download/cim5/ \ |
| 9 |
ftp://ftp.centerim.org/releases/ |
8 |
ftp://ftp.centerim.org/download/cim5/ |
|
|
9 |
DISTNAME= ${PORTNAME}5-${PORTVERSION} |
| 10 |
|
10 |
|
| 11 |
MAINTAINER= frank@altpeter.de |
11 |
MAINTAINER= frank@altpeter.de |
| 12 |
COMMENT= Text mode menu- and window-driven IM interface |
12 |
COMMENT= Text mode menu- and window-driven IM interface |
|
Lines 14-62
Link Here
|
| 14 |
LICENSE= GPLv2+ |
14 |
LICENSE= GPLv2+ |
| 15 |
LICENSE_FILE= ${WRKSRC}/COPYING |
15 |
LICENSE_FILE= ${WRKSRC}/COPYING |
| 16 |
|
16 |
|
| 17 |
LIB_DEPENDS= libassuan.so:security/libassuan \ |
17 |
LIB_DEPENDS= libgpg-error.so:security/libgpg-error \ |
| 18 |
libcurl.so:ftp/curl \ |
18 |
libpurple.so:net-im/libpurple \ |
| 19 |
libgpg-error.so:security/libgpg-error |
19 |
libsigc-2.0.so:devel/libsigc++20 |
| 20 |
|
20 |
|
| 21 |
USES= iconv gmake ncurses pkgconfig python shebangfix ssl |
21 |
USES= iconv gmake ncurses:port pkgconfig python libtool |
| 22 |
USE_CXXSTD= gnu++98 |
22 |
|
|
|
23 |
USE_GNOME= glib20 |
| 23 |
GNU_CONFIGURE= yes |
24 |
GNU_CONFIGURE= yes |
| 24 |
CPPFLAGS+= -I${LOCALBASE}/include |
|
|
| 25 |
CXXFLAGS+= -I${LOCALBASE}/include |
| 26 |
CONFIGURE_ARGS= --with-ssl --with-openssl --disable-yahoo --disable-msn |
| 27 |
CONFLICTS= centericq-[0-9]* centerim-devel-[0-9]* |
25 |
CONFLICTS= centericq-[0-9]* centerim-devel-[0-9]* |
|
|
26 |
INSTALL_TARGET= install-strip |
| 28 |
|
27 |
|
| 29 |
SHEBANG_FILES= misc/CenterIMLog2HTML.py misc/cimformathistory misc/cimextracthistory.pl |
28 |
OPTIONS_DEFINE= NLS GPGME DOCS |
| 30 |
SHEBANG_LANG= gawk |
|
|
| 31 |
gawk_OLD_CMD= /bin/gawk |
| 32 |
gawk_CMD= /usr/bin/awk |
| 33 |
|
29 |
|
| 34 |
OPTIONS_DEFINE= NLS MULTIBYTE FRIBIDI IRC JABBER GPGME RSS LJ GG DOCS |
30 |
OPTIONS_DEFAULT= GPGME |
| 35 |
|
31 |
|
| 36 |
FRIBIDI_DESC= Fribidi Support |
|
|
| 37 |
IRC_DESC= IRC Protocol |
| 38 |
GPGME_DESC= PGP encrypted Jabber messages |
| 39 |
RSS_DESC= RSS Support |
| 40 |
LJ_DESC= LiveJournal Support |
| 41 |
GG_DESC= Gadu-Gadu Protocol Support |
| 42 |
|
| 43 |
OPTIONS_DEFAULT= MULTIBYTE FRIBIDI IRC JABBER GPGME RSS LJ GG |
| 44 |
|
| 45 |
OPTIONS_SUB= yes |
32 |
OPTIONS_SUB= yes |
| 46 |
|
33 |
|
| 47 |
PORTDOCS= FAQ README |
34 |
PORTDOCS= README |
| 48 |
|
35 |
|
| 49 |
NLS_USES= gettext |
36 |
NLS_USES= gettext |
| 50 |
NLS_CONFIGURE_ENABLE= nls |
37 |
NLS_CONFIGURE_ENABLE= nls |
| 51 |
MULTIBYTE_CONFIGURE_ENABLE=locales-fix |
|
|
| 52 |
FRIBIDI_LIB_DEPENDS= libfribidi.so:converters/fribidi |
| 53 |
FRIBIDI_CONFIGURE_WITH= fribidi |
| 54 |
IRC_CONFIGURE_ENABLE= irc |
| 55 |
JABBER_CONFIGURE_ENABLE=jabber |
| 56 |
RSS_CONFIGURE_ENABLE= rss |
| 57 |
LJ_CONFIGURE_ENABLE= lj |
| 58 |
GG_LIB_DEPENDS= libgadu.so:polish/libgadu |
| 59 |
GG_CONFIGURE_ENABLE= gg |
| 60 |
GPGME_LIB_DEPENDS= libgpgme.so:security/gpgme |
38 |
GPGME_LIB_DEPENDS= libgpgme.so:security/gpgme |
| 61 |
GPGME_CONFIGURE_OFF= --with-gpgme-prefix=/nonexistent |
39 |
GPGME_CONFIGURE_OFF= --with-gpgme-prefix=/nonexistent |
| 62 |
|
40 |
|