Changeset View
Changeset View
Standalone View
Standalone View
devel/py-urwid/Makefile
| # Created by: Hye-Shik Chang <perky@FreeBSD.org> | # Created by: Hye-Shik Chang <perky@FreeBSD.org> | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= urwid | PORTNAME= urwid | ||||
| PORTVERSION= 1.2.1 | PORTVERSION= 1.2.1 | ||||
| CATEGORIES= devel python | CATEGORIES= devel python | ||||
| MASTER_SITES= CHEESESHOP | MASTER_SITES= CHEESESHOP | ||||
| PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | ||||
| MAINTAINER= python@FreeBSD.org | MAINTAINER= python@FreeBSD.org | ||||
| COMMENT= Curses-based user interface library for Python | COMMENT= Curses-based user interface library for Python | ||||
| LICENSE= LGPL21 | LICENSE= LGPL21 | ||||
| # Bypass ports infrastructure bug | |||||
| OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options | |||||
| OPTIONS_DEFINE= EXAMPLES | OPTIONS_DEFINE= EXAMPLES | ||||
| USES= python | USES= python | ||||
| USE_PYTHON= distutils autoplist | USE_PYTHON= distutils autoplist | ||||
| PORTEXAMPLES= bigtext.py \ | PORTEXAMPLES= bigtext.py \ | ||||
| browse.py \ | browse.py \ | ||||
| calc.py \ | calc.py \ | ||||
| Show All 21 Lines | |||||