diff options
Diffstat (limited to 'net-im/imcom/Makefile')
-rw-r--r-- | net-im/imcom/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/net-im/imcom/Makefile b/net-im/imcom/Makefile index c5d4b2f9f106..4fbbd0c79f90 100644 --- a/net-im/imcom/Makefile +++ b/net-im/imcom/Makefile @@ -5,15 +5,21 @@ # $FreeBSD$ PORTNAME= imcom -PORTVERSION= 0.93 +PORTVERSION= 1.30.b8 CATEGORIES= net -MASTER_SITES= http://imcom.floobin.cx/files/ +MASTER_SITES= http://nafai.dyndns.org/files/imcom-betas/ +DISTNAME= ${PORTNAME}-1.30beta8 MAINTAINER= martijn@pacno.net COMMENT= IMCom is a command-line Jabber client written in Python +RUN_DEPENDS= ${LOCALBASE}/lib/python2.2/xml/parsers/expat.py:${PORTSDIR}/textproc/py-expat + +GNU_CONFIGURE= yes USE_PYTHON= yes +MAN1= imcom.1 + pre-install: @cd ${WRKSRC} ; \ ${RM} -rf docs/CVS; \ |