2004-12-07 15:15:15 +01:00
|
|
|
# New ports collection makefile for: py-urwid
|
|
|
|
# Date created: 7 December 2004
|
|
|
|
# Whom: Hye-Shik Chang <perky@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= urwid
|
2007-03-29 08:58:50 +02:00
|
|
|
PORTVERSION= 0.9.8
|
2004-12-07 15:15:15 +01:00
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= http://excess.org/urwid/
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2007-03-29 08:58:50 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-12-07 15:15:15 +01:00
|
|
|
COMMENT= Curses-based user interface library for Python
|
|
|
|
|
2007-03-29 08:58:50 +02:00
|
|
|
USE_PYTHON= yes
|
2004-12-07 15:15:15 +01:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
2006-10-08 17:06:42 +02:00
|
|
|
post-patch:
|
|
|
|
@# disable setuptools for now
|
|
|
|
${REINPLACE_CMD} 's/setuptools/xxsetuptools/g' ${WRKSRC}/setup.py
|
|
|
|
|
2004-12-07 15:15:15 +01:00
|
|
|
.include <bsd.port.mk>
|