diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/centericq/Makefile | 18 | ||||
-rw-r--r-- | net/centericq/distinfo | 4 |
2 files changed, 12 insertions, 10 deletions
diff --git a/net/centericq/Makefile b/net/centericq/Makefile index 19a72599443a..d35715372240 100644 --- a/net/centericq/Makefile +++ b/net/centericq/Makefile @@ -10,11 +10,13 @@ PORTNAME= centericq PORTVERSION= 4.11.0 PORTREVISION= 0 CATEGORIES= net -MASTER_SITES= http://centericq.de/archive/source/releases/ +MASTER_SITES= http://centericq.de/archive/source/releases/ \ + http://thekonst.net/download/ MAINTAINER= clsung@FreeBSD.org COMMENT= A text mode menu- and window-driven IM interface +USE_BZIP2= yes USE_ICONV= yes USE_OPENSSL= yes USE_GMAKE= yes @@ -36,7 +38,13 @@ OPTIONS= NLS "Native Language Support" on \ LJ "Support for LiveJournal" off \ GG "Support for Gadu-Gadu Protocol" off -.if !defined(WITH_NLS) +MAN1= cicqconv.1 cicqsync.1 + +PORTDOCS= FAQ README + +.include <bsd.port.pre.mk> + +.if defined(WITHOUT_NLS) CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .else @@ -87,12 +95,6 @@ CONFIGURE_ARGS+= --disable-lj CONFIGURE_ARGS+= --disable-gg .endif -MAN1= cicqconv.1 cicqsync.1 - -PORTDOCS= FAQ README - -.include <bsd.port.pre.mk> - post-patch: .if ${OSVERSION} >= 502124 @cd ${WRKSRC} && ${PATCH} < ${PATCHDIR}/extra-patch-gcc34 diff --git a/net/centericq/distinfo b/net/centericq/distinfo index cf6709e22420..9fbe9b56a85d 100644 --- a/net/centericq/distinfo +++ b/net/centericq/distinfo @@ -1,2 +1,2 @@ -MD5 (centericq-4.11.0.tar.gz) = e6ba31edb3573e291256371c61bc89dc -SIZE (centericq-4.11.0.tar.gz) = 1739138 +MD5 (centericq-4.11.0.tar.bz2) = bed5e7eeb60b5ac0045f201f13130964 +SIZE (centericq-4.11.0.tar.bz2) = 1244984 |