summaryrefslogtreecommitdiff
path: root/net-im/micq
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-06-11 12:41:01 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-06-11 12:41:01 +0000
commit83c551092e116539fedebaf211ce512d51f27852 (patch)
treeff2ed58eb41475de6d37c627a29887bf92f48f72 /net-im/micq
parentFix compilation on FreeBSD 4.X. (diff)
Introduce some new knobs.
PR: ports/82031 Submitted by: Hajovsky Juraj <xhajov00 at stud.fit.vutbr.cz>
Notes
Notes: svn path=/head/; revision=137262
Diffstat (limited to 'net-im/micq')
-rw-r--r--net-im/micq/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/net-im/micq/Makefile b/net-im/micq/Makefile
index 79ab7d47ed24..892fb3e12e5b 100644
--- a/net-im/micq/Makefile
+++ b/net-im/micq/Makefile
@@ -38,6 +38,22 @@ LDFLAGS= -L${LOCALBASE}/lib -liconv
CONFIGURE_ARGS+= --disable-utf8
.endif
+.if defined(WITHOUT_P2P)
+CONFIGURE_ARGS+= --disable-peer2peer
+.endif
+
+.if defined(WITHOUT_P2P) || defined(WITHOUT_SSL)
+CONFIGURE_ARGS+= --disable-ssl
+.endif
+
+.if defined(WITHOUT_TCL)
+CONFIGURE_ARGS+= --disable-tcl
+.endif
+
+.if defined(WITHOUT_REMOTE)
+CONFIGURE_ARGS+= --disable-remote
+.endif
+
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/micq.1 ${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/doc/micqrc.5 ${MANPREFIX}/man/man5