1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/net-im/imcom/Makefile
Pav Lucistnik 65723ab160 - DISTVERSION is s/best/worst/ thing since Swiss knife.
Fix PORTVERSION to not go backwards

Reported by:	chkversion script
2005-04-12 07:38:27 +00:00

26 lines
504 B
Makefile

# New ports collection makefile for: imcom
# Date created: Jun 09 2002
# Whom: Martijn Lina
#
# $FreeBSD$
PORTNAME= imcom
PORTVERSION= 1.33.1
CATEGORIES= net
MASTER_SITES= http://nafai.dyndns.org/files/ \
http://imcom.floobin.cx/files/
DISTNAME= ${PORTNAME}-1.33p1
MAINTAINER= martijn@pacno.net
COMMENT= IMCom is a command-line Jabber client written in Python
BUILD_DEPENDS= ${PYEXPAT}
RUN_DEPENDS= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
USE_PYTHON= yes
MAN1= imcom.1
.include <bsd.port.mk>