diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-03-23 15:53:22 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-03-23 15:53:22 +0000 |
commit | e3a244403e547ec08d4bb7865745600c2cf72013 (patch) | |
tree | 6311597d811bbb5c3a3304247ebe9ac24f7c99b9 /net-im/jabber/Makefile | |
parent | 209aad1f15749c9fe16bb882747570dabc33097f (diff) |
Notes
Diffstat (limited to 'net-im/jabber/Makefile')
-rw-r--r-- | net-im/jabber/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-im/jabber/Makefile b/net-im/jabber/Makefile index 05d83c4428f0..21a1eeede8f3 100644 --- a/net-im/jabber/Makefile +++ b/net-im/jabber/Makefile @@ -25,6 +25,9 @@ LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth-hard \ tasn1.4:${PORTSDIR}/security/libtasn1 \ gnutls.40:${PORTSDIR}/security/gnutls +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + OPTIONS= IPV6 "Enable IPv6 support" off \ MYSQL "Build with MySQL support" off \ PGSQL "Build with PostgreSQL support" off @@ -67,7 +70,7 @@ SUB_LIST+= JABBER_USER=${JABBER_USER} JABBER_UID=${JABBER_UID} \ JABBER_SPOOLDIR="${JABBER_SPOOLDIR}" \ JABBER_RUNDIR="${JABBER_RUNDIR}" -DOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README README.SQL README.config \ +DOCS= AUTHORS ChangeLog INSTALL NEWS README README.SQL README.config \ README.filespool README.karma README.protocols TODO UPGRADE mysql.sql .include <bsd.port.pre.mk> |