aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/jabberd/Makefile
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-03-20 20:24:18 +0800
committergarga <garga@FreeBSD.org>2006-03-20 20:24:18 +0800
commit16052579cd0607f70fc323612f07eb252fb50778 (patch)
tree6a9a4909343cddce0bb2fa75e809221946d06a43 /net-im/jabberd/Makefile
parent7b9abeb2d3d2eebf4125c83301388bad679cce44 (diff)
downloadfreebsd-ports-gnome-16052579cd0607f70fc323612f07eb252fb50778.tar.gz
freebsd-ports-gnome-16052579cd0607f70fc323612f07eb252fb50778.tar.zst
freebsd-ports-gnome-16052579cd0607f70fc323612f07eb252fb50778.zip
- Add avatar support on vCard, optionally, disabled by default
PR: ports/94062 Submitted by: garga Approved by: maintainer timeout (16 days)
Diffstat (limited to 'net-im/jabberd/Makefile')
-rw-r--r--net-im/jabberd/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile
index 38023a5baafb..4cadde0bcde4 100644
--- a/net-im/jabberd/Makefile
+++ b/net-im/jabberd/Makefile
@@ -24,6 +24,7 @@ OPTIONS= POSTGRESQL "Use PostgreSQL for storage and authentication" off \
SQLITE "Use SQLITE3 for storage" off \
PAM "Use PAM for authentication" off \
PIPE "Enable pipe auth/reg support" off \
+ AVATAR "Enable avatar support in vCard" off \
DEBUG "Compile with debug information" on
GNU_CONFIGURE= yes
@@ -91,6 +92,11 @@ CONFIGURE_ARGS+=--disable-pam
CONFIGURE_ARGS+=--enable-pipe
.endif
+.if defined(WITH_AVATAR)
+PATCH_SITES+= http://www.deepdarc.com/
+PATCHFILES+= vcard-avatar.diff
+.endif
+
MAN8= c2s.8 jabberd.8 resolver.8 router.8 s2s.8 sm.8
pre-install: