diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-03 11:52:21 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-03 11:52:21 +0000 |
commit | 1d159680ad03052edc614b52b17e5bd269388aae (patch) | |
tree | 79f3cd763df5e918498e816393040ce821f2b9e5 /net/imcom/Makefile | |
parent | d5c777a1986f4aee9636a554163894dc1f8f1dcf (diff) | |
download | ports-1d159680ad03052edc614b52b17e5bd269388aae.tar.gz ports-1d159680ad03052edc614b52b17e5bd269388aae.zip |
Notes
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 c5d4b2f9f106..4fbbd0c79f90 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; \ |