summaryrefslogtreecommitdiff
path: root/net-im/imcom/Makefile
blob: c5d4b2f9f10612ae2789462a61fc3374ef21c1f4 (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=	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>