- 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)
This commit is contained in:
parent
a7323a548f
commit
2503639037
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117951
4 changed files with 24 additions and 20 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue