summaryrefslogtreecommitdiffstats
path: root/net-im/centericq/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-07-16 11:54:09 +0000
committerijliao <ijliao@FreeBSD.org>2002-07-16 11:54:09 +0000
commita00b567b615031cac412463f18ac1c627367c60f (patch)
tree22273d4a446409961a57f6990357fc85fafc9d22 /net-im/centericq/Makefile
parent1137ff4008362fc5916af01746d5076ece4d55a0 (diff)
downloadFreeBSD-ports-a00b567b615031cac412463f18ac1c627367c60f.zip
FreeBSD-ports-a00b567b615031cac412463f18ac1c627367c60f.tar.gz
upgrade to 4.7.7
Diffstat (limited to 'net-im/centericq/Makefile')
-rw-r--r--net-im/centericq/Makefile15
1 files changed, 13 insertions, 2 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile
index 835a697..9c8ac77 100644
--- a/net-im/centericq/Makefile
+++ b/net-im/centericq/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= centericq
-PORTVERSION= 4.7.2
+PORTVERSION= 4.7.7
PORTREVISION= 0
CATEGORIES= net
MASTER_SITES= http://konst.org.ua/download/
@@ -16,10 +16,14 @@ MAINTAINER= ijliao@FreeBSD.org
LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \
iconv.3:${PORTSDIR}/converters/libiconv \
- sigc.1:${PORTSDIR}/devel/libsigc++
+ sigc.1:${PORTSDIR}/devel/libsigc++ \
+ fribidi.0:${PORTSDIR}/converters/fribidi
USE_GMAKE= yes
GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --with-fribidi
MAN1= centericq.1
@@ -29,6 +33,13 @@ MAN1= centericq.1
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
.endif
+post-patch:
+.for file in kkconsui-0.1/include/conf.h kkstrtext-0.1/conf.h kksystr-0.1/include/conf.h
+ @(cd ${WRKSRC} ; \
+ ${MV} -f ${file} ${file}.orig ; \
+ ${GREP} -v "_G_config.h" ${file}.orig > ${file})
+.endfor
+
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
OpenPOWER on IntegriCloud