diff options
author | clsung <clsung@FreeBSD.org> | 2004-09-03 00:17:37 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2004-09-03 00:17:37 +0800 |
commit | a1dbf964a5358410f549caa6b181924468661bf2 (patch) | |
tree | 202929cdc6d5354d402448c72dc0b003fc3996f7 /net-im | |
parent | 4945379dee0d9af3e989ced9f2276b0668b3adcc (diff) | |
download | freebsd-ports-gnome-a1dbf964a5358410f549caa6b181924468661bf2.tar.gz freebsd-ports-gnome-a1dbf964a5358410f549caa6b181924468661bf2.tar.zst freebsd-ports-gnome-a1dbf964a5358410f549caa6b181924468661bf2.zip |
- now really use OPTIONS.
- get rid of warning of "WITHOUT_NLS".
- switch to bzip2 archive.
PR: ports/71241
Submitted by: Dima Panov <redfox@Fluffy.Khv.RU>
Reviewed by: leeym (mentor)
Approved by: leeym (mentor)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/centericq/Makefile | 18 | ||||
-rw-r--r-- | net-im/centericq/distinfo | 4 |
2 files changed, 12 insertions, 10 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile index 19a72599443a..d35715372240 100644 --- a/net-im/centericq/Makefile +++ b/net-im/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-im/centericq/distinfo b/net-im/centericq/distinfo index cf6709e22420..9fbe9b56a85d 100644 --- a/net-im/centericq/distinfo +++ b/net-im/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 |