1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/net/imcom/Makefile
Daichi GOTO 1d159680ad update net/imcom: 0.93 --> 1.30.b8
PR:		51482
Submitted by:	Martijn Lina <martijn@sewers-2.demon.nl>
Pointed out by:	Ian D. Leroux
2003-07-03 11:52:21 +00:00

29 lines
595 B
Makefile

# New ports collection makefile for: imcom
# Date created: Jun 09 2002
# Whom: Martijn Lina
#
# $FreeBSD$
PORTNAME= imcom
PORTVERSION= 1.30.b8
CATEGORIES= net
MASTER_SITES= http://nafai.dyndns.org/files/imcom-betas/
DISTNAME= ${PORTNAME}-1.30beta8
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
pre-install:
@cd ${WRKSRC} ; \
${RM} -rf docs/CVS; \
${RM} -rf docs/*~
.include <bsd.port.mk>