summaryrefslogtreecommitdiff
path: root/net-im/imcom/Makefile
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-07-03 11:52:21 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-07-03 11:52:21 +0000
commit1d159680ad03052edc614b52b17e5bd269388aae (patch)
tree79f3cd763df5e918498e816393040ce821f2b9e5 /net-im/imcom/Makefile
parentUpdate to 0.3.2 (diff)
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
Notes
Notes: svn path=/head/; revision=84127
Diffstat (limited to 'net-im/imcom/Makefile')
-rw-r--r--net-im/imcom/Makefile10
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; \