diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-03 11:52:21 +0000 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-03 11:52:21 +0000 |
commit | 981991506b2ce7033c3dd082cfa2f2189c90ea60 (patch) | |
tree | ce5e534237c8813362d14d37ec133984dc69e205 /net/imcom/Makefile | |
parent | 897eadd31de3840b30d181cfd1c3b51f4252d991 (diff) | |
download | FreeBSD-ports-981991506b2ce7033c3dd082cfa2f2189c90ea60.zip FreeBSD-ports-981991506b2ce7033c3dd082cfa2f2189c90ea60.tar.gz |
update net/imcom: 0.93 --> 1.30.b8
PR: 51482
Submitted by: Martijn Lina <martijn@sewers-2.demon.nl>
Pointed out by: Ian D. Leroux
Diffstat (limited to 'net/imcom/Makefile')
-rw-r--r-- | net/imcom/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/net/imcom/Makefile b/net/imcom/Makefile index c5d4b2f..4fbbd0c 100644 --- a/net/imcom/Makefile +++ b/net/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; \ |