# New ports collection makefile for: py-urwid # Date created: 7 December 2004 # Whom: Hye-Shik Chang # # $FreeBSD$ PORTNAME= urwid PORTVERSION= 0.9.8.4 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 ory'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* - Add SHA256 checksumspav2005-11-241-0/+1
* Update to 0.1.3.marcus2005-11-052-3/+5
* MAINTAINER -> gnomeahze2005-09-051-1/+1