2013-09-20 18:21:37 +02:00
|
|
|
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
2007-03-07 15:35:48 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= tel
|
2007-07-18 13:11:51 +02:00
|
|
|
PORTVERSION= 0.1.7.1
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 2
|
2007-03-07 15:35:48 +01:00
|
|
|
CATEGORIES= deskutils
|
2007-04-21 11:11:10 +02:00
|
|
|
MASTER_SITES= CENKES BERLIOS
|
2007-03-07 15:35:48 +01:00
|
|
|
|
2008-09-07 02:19:05 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2007-03-07 15:35:48 +01:00
|
|
|
COMMENT= Little console-based phone book manager
|
|
|
|
|
2014-07-29 20:41:15 +02:00
|
|
|
USES= gettext tar:bzip2
|
2007-03-07 15:35:48 +01:00
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS=yes
|
2013-09-20 18:21:37 +02:00
|
|
|
NO_STAGE= yes
|
2013-12-15 17:22:17 +01:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} \
|
|
|
|
-e 's,distutils\.command\.install ,setuptools\.command\.install ,' \
|
|
|
|
${WRKSRC}/appdistutils.py
|
|
|
|
|
2007-03-07 15:35:48 +01:00
|
|
|
.include <bsd.port.mk>
|