diff options
Diffstat (limited to 'net-im/imcom/Makefile')
-rw-r--r-- | net-im/imcom/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net-im/imcom/Makefile b/net-im/imcom/Makefile deleted file mode 100644 index 780f3a3f7a12..000000000000 --- a/net-im/imcom/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: imcom -# Date created: Jun 09 2002 -# Whom: Martijn Lina -# -# $FreeBSD$ - -PORTNAME= imcom -PORTVERSION= 1.33 -CATEGORIES= net -MASTER_SITES= http://nafai.dyndns.org/files/ \ - http://imcom.floobin.cx/files/ - -MAINTAINER= martijn@pacno.net -COMMENT= IMCom is a command-line Jabber client written in Python - -BUILD_DEPENDS= ${PYEXPAT} -RUN_DEPENDS= ${BUILD_DEPENDS} - -GNU_CONFIGURE= yes -USE_PYTHON= yes - -MAN1= imcom.1 - -.include <bsd.port.mk> |