1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/devel/py-urwid/Makefile
Li-Wen Hsu 258a459627 - Update to 0.9.9.1
PR:		ports/142905 (based on)
Submitted by:	wen
2010-01-30 14:03:43 +00:00

42 lines
885 B
Makefile

# New ports collection makefile for: py-urwid
# Date created: 7 December 2004
# Whom: Hye-Shik Chang <perky@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= urwid
PORTVERSION= 0.9.9.1
CATEGORIES= devel python
MASTER_SITES= http://excess.org/urwid/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Curses-based user interface library for Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PORTEXAMPLES= bigtext.py \
browse.py \
calc.py \
dialog.py \
edit.py \
fib.py \
graph.py \
input_test.py \
test_urwid.py \
tour.py
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
post-patch:
@# disable setuptools for now
${REINPLACE_CMD} 's/setuptools/xxsetuptools/g' ${WRKSRC}/setup.py
post-install:
.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}
@${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/,} ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>