1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/net/imcom/Makefile
Edwin Groothuis bc82397672 New port: IMCom command-line Jabber client
IMCom is a command-line Jabber client written in Python.

	Its original goal was to replace mICQ as my instant messenger.
	To that end it looks very similar to mICQ, though the actual
	command interpreter is a bit different. Commands are issued
	to IMCom in a style similar to IRC.

PR:		ports/39059
Submitted by:	Martijn Lina <martijn@pacno.net>
2003-01-20 01:29:20 +00:00

22 lines
356 B
Makefile

# 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
USE_PYTHON= yes
pre-install:
@cd ${WRKSRC} ; \
${RM} -rf docs/CVS; \
${RM} -rf docs/*~
.include <bsd.port.mk>