aboutsummaryrefslogtreecommitdiffstats
path: root/irc/bitlbee-otr/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2010-05-09 19:22:41 +0800
committermiwi <miwi@FreeBSD.org>2010-05-09 19:22:41 +0800
commit16d808c3c410a4df5fcd83e5b303efb397385b7d (patch)
treee954ef00f797382a7cb126b17adfd81f2eb72eba /irc/bitlbee-otr/Makefile
parent3df979a8bcebf74a2e33dfcbf92dea45ac6b8dc8 (diff)
downloadfreebsd-ports-gnome-16d808c3c410a4df5fcd83e5b303efb397385b7d.tar.gz
freebsd-ports-gnome-16d808c3c410a4df5fcd83e5b303efb397385b7d.tar.zst
freebsd-ports-gnome-16d808c3c410a4df5fcd83e5b303efb397385b7d.zip
- Update to 1.2.6a
PR: 145911 Submitted by: Ashish SHUKLA <wahjava@gmail.com> (maintainer)
Diffstat (limited to 'irc/bitlbee-otr/Makefile')
-rw-r--r--irc/bitlbee-otr/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/irc/bitlbee-otr/Makefile b/irc/bitlbee-otr/Makefile
index 0b163653ae96..798eac57ceea 100644
--- a/irc/bitlbee-otr/Makefile
+++ b/irc/bitlbee-otr/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= bitlbee-otr
-PORTVERSION= 1.2.5
+PORTVERSION= 1.2.6a
CATEGORIES= irc
-MASTER_SITES= http://fbsd.zlonet.ru/distfiles/ \
+MASTER_SITES= http://wahjava.users.sourceforge.net/ \
${MASTER_SITE_FREEBSD}
MAINTAINER= wahjava@gmail.com
@@ -34,7 +34,8 @@ OPTIONS= MSN "Enable MSN protocol support" On \
IPV6 "Compile IPV6 support" On \
XMPP "Enable XMPP protocol support" On \
OSCAR "Enable OSCAR (ICQ,AIM) protocol support" On \
- YAHOO "Enable Yahoo protocol support" On
+ YAHOO "Enable Yahoo protocol support" On \
+ TWITTER "Enable Yahoo protocol support" On
CONFIGURE_ARGS= --config=/var/db/bitlbee --strip=0
@@ -97,6 +98,12 @@ CONFIGURE_ARGS+=--debug=1
CONFIGURE_ARGS+=--ipv6=0
.endif
+.if !defined(WITHOUT_TWITTER)
+CONFIGURE_ARGS+=--twitter=1
+.else
+CONFIGURE_ARGS+=--twitter=0
+.endif
+
LIB_DEPENDS+= otr.4:${PORTSDIR}/security/libotr
CONFIGURE_ARGS+=--otr=1
.if !defined(NOPORTDOCS)