freebsd-ports/net/imcom/Makefile

24 lines
495 B
Makefile
Raw Normal View History

# 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
2003-02-21 14:28:59 +01:00
COMMENT= IMCom is a command-line Jabber client written in Python
2003-08-02 00:33:31 +02:00
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>