diff options
author | garga <garga@FreeBSD.org> | 2006-03-20 20:24:18 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-03-20 20:24:18 +0800 |
commit | 16052579cd0607f70fc323612f07eb252fb50778 (patch) | |
tree | 6a9a4909343cddce0bb2fa75e809221946d06a43 /net-im/jabberd/Makefile | |
parent | 7b9abeb2d3d2eebf4125c83301388bad679cce44 (diff) | |
download | freebsd-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/Makefile | 6 |
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: |