diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-20 01:29:20 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-20 01:29:20 +0000 |
commit | 832a15c56fc031b0acb36a188ece2fff061471ef (patch) | |
tree | 1cc1ea6443cef23926c0c1ec5863e281dcc3f2a1 /net/imcom/Makefile | |
parent | cfe4a6a5d5e6c968372f9cd7148fca7ad994e086 (diff) | |
download | FreeBSD-ports-832a15c56fc031b0acb36a188ece2fff061471ef.zip FreeBSD-ports-832a15c56fc031b0acb36a188ece2fff061471ef.tar.gz |
New port: IMCom command-line Jabber client
IMCom is a command-line Jabber client written in Python.
Its original goal was to replace mICQ as my instant messenger.
To that end it looks very similar to mICQ, though the actual
command interpreter is a bit different. Commands are issued
to IMCom in a style similar to IRC.
PR: ports/39059
Submitted by: Martijn Lina <martijn@pacno.net>
Diffstat (limited to 'net/imcom/Makefile')
-rw-r--r-- | net/imcom/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/imcom/Makefile b/net/imcom/Makefile new file mode 100644 index 0000000..94d34ad --- /dev/null +++ b/net/imcom/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: imcom +# Date created: Jun 09 2002 +# Whom: Martijn Lina +# +# $FreeBSD$ + +PORTNAME= imcom +PORTVERSION= 0.93 +CATEGORIES= net +MASTER_SITES= http://imcom.floobin.cx/files/ + +MAINTAINER= martijn@pacno.net + +USE_PYTHON= yes + +pre-install: + @cd ${WRKSRC} ; \ + ${RM} -rf docs/CVS; \ + ${RM} -rf docs/*~ + +.include <bsd.port.mk> |