summaryrefslogtreecommitdiffstats
path: root/deskutils/tel/Makefile
blob: 714bd537dd8606ed0b25b45d49d65ce5d7aa8676 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$

PORTNAME=	tel
PORTVERSION=	0.1.7.1
PORTREVISION=	2
CATEGORIES=	deskutils
MASTER_SITES=	CENKES BERLIOS

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Little console-based phone book manager

USE_BZIP2=	yes
USES=		gettext
USE_PYTHON=	yes
USE_PYDISTUTILS=yes
NO_STAGE=	yes

post-patch:
	@${REINPLACE_CMD} \
		-e 's,distutils\.command\.install ,setuptools\.command\.install ,' \
		${WRKSRC}/appdistutils.py

.include <bsd.port.mk>
OpenPOWER on IntegriCloud