summaryrefslogtreecommitdiff
path: root/net/imcom/Makefile
blob: 430a9d7ce6e0cbb38688a5b1ed8bb37b4fa1d85e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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

RUN_DEPENDS=	${LOCALBASE}/lib/python2.2/xml/parsers/expat.py:${PORTSDIR}/textproc/py-expat

GNU_CONFIGURE=	yes
USE_PYTHON=	yes

MAN1=		imcom.1

.include <bsd.port.mk>