summaryrefslogtreecommitdiffstats
path: root/net-im/climm/Makefile
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2003-05-19 01:20:11 +0000
committerpetef <petef@FreeBSD.org>2003-05-19 01:20:11 +0000
commit6927e00953468f8fa7c9db0eea20a6d18bb73f4e (patch)
tree2f98a68e1f157f21b14d958443e8f8e962d693fc /net-im/climm/Makefile
parent4b6a00b92da6a6c19a2ee62e21205d03ca182f4b (diff)
downloadFreeBSD-ports-6927e00953468f8fa7c9db0eea20a6d18bb73f4e.zip
FreeBSD-ports-6927e00953468f8fa7c9db0eea20a6d18bb73f4e.tar.gz
- update to 0.4.10.3
- add WITHOUT_UTF8 knob PR: 52278 Submitted by: Ports Fury
Diffstat (limited to 'net-im/climm/Makefile')
-rw-r--r--net-im/climm/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile
index d767366..5c2f0e5 100644
--- a/net-im/climm/Makefile
+++ b/net-im/climm/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= micq
-PORTVERSION= 0.4.10.2
+PORTVERSION= 0.4.10.3
CATEGORIES= net
MASTER_SITES= http://micq.org/source/ \
http://micq.alpha345.com/source/ \
@@ -33,6 +33,10 @@ CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib -liconv
.endif
+.if defined(WITHOUT_UTF8)
+CONFIGURE_ARGS+= --disable-utf8
+.endif
+
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/micq.1 ${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/doc/micqrc.5 ${MANPREFIX}/man/man5
OpenPOWER on IntegriCloud