mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
23 lines
421 B
Makefile
23 lines
421 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
|
|
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>
|