diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-03-13 11:27:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-03-13 11:27:29 +0000 |
commit | 3fc75d24451f17b4aa45406e122fda45844581c8 (patch) | |
tree | d55df78205fca999ce087d282021d235873bc74e /net-im/jabber-pyicq | |
parent | ba391f6a40dcd8927b57d910490d1dc05f2ac571 (diff) | |
download | ports-3fc75d24451f17b4aa45406e122fda45844581c8.tar.gz ports-3fc75d24451f17b4aa45406e122fda45844581c8.zip |
Notes
Diffstat (limited to 'net-im/jabber-pyicq')
-rw-r--r-- | net-im/jabber-pyicq/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/jabber-pyicq/Makefile b/net-im/jabber-pyicq/Makefile index 5f4da4772afb..18eaef3b0ad0 100644 --- a/net-im/jabber-pyicq/Makefile +++ b/net-im/jabber-pyicq/Makefile @@ -7,7 +7,7 @@ PORTNAME= pyicq PORTVERSION= 0.8b CATEGORIES= net-im -MASTER_SITES= http://pyicqt.googlecode.com/files/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= jabber- PKGNAMESUFFIX= -transport DISTNAME= ${PORTNAME}-t-${PORTVERSION} @@ -19,6 +19,7 @@ COMMENT= Python ICQ-Transport for Jabber RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl \ ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging +PROJECTHOST= pyicqt OPTIONS= JABBER "Use with jabberd14 (net-im/jabber)" off \ JABBERD "Use with jabberd 2.x (net-im/jabberd)" off \ EJABBERD "Use with ejabberd (net-im/ejabberd)" off \ |