summaryrefslogtreecommitdiff
path: root/net-im/imcom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/imcom/Makefile')
-rw-r--r--net-im/imcom/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/net-im/imcom/Makefile b/net-im/imcom/Makefile
deleted file mode 100644
index c5d4b2f9f106..000000000000
--- a/net-im/imcom/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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
-COMMENT= IMCom is a command-line Jabber client written in Python
-
-USE_PYTHON= yes
-
-pre-install:
- @cd ${WRKSRC} ; \
- ${RM} -rf docs/CVS; \
- ${RM} -rf docs/*~
-
-.include <bsd.port.mk>