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/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/net-im/imcom/Makefile b/net-im/imcom/Makefile
deleted file mode 100644
index 278a88ca6001..000000000000
--- a/net-im/imcom/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: imcom
-# Date created: Jun 09 2002
-# Whom: Martijn Lina
-#
-# $FreeBSD$
-
-PORTNAME= imcom
-PORTVERSION= 1.31
-CATEGORIES= net
-MASTER_SITES= http://nafai.dyndns.org/files/
-
-MAINTAINER= martijn@pacno.net
-COMMENT= IMCom is a command-line Jabber client written in Python
-
-BUILD_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/pyexpat.so:${PORTSDIR}/textproc/py-expat
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-GNU_CONFIGURE= yes
-USE_PYTHON= yes
-
-MAN1= imcom.1
-
-.include <bsd.port.mk>