Changeset View
Changeset View
Standalone View
Standalone View
audio/py-mpd2/Makefile
| Show All 17 Lines | |||||
| GH_PROJECT= python-${PORTNAME} | GH_PROJECT= python-${PORTNAME} | ||||
| USES= shebangfix python | USES= shebangfix python | ||||
| SHEBANG_FILES= examples/helloworld.py | SHEBANG_FILES= examples/helloworld.py | ||||
| USE_PYTHON= autoplist concurrent distutils | USE_PYTHON= autoplist concurrent distutils | ||||
| NO_ARCH= yes | NO_ARCH= yes | ||||
| OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options | |||||
| OPTIONS_DEFINE= DOCS EXAMPLES | OPTIONS_DEFINE= DOCS EXAMPLES | ||||
| DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} | DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} | ||||
| PORTDOCS_1= commands_header.txt index.rst changes.rst | PORTDOCS_1= commands_header.txt index.rst changes.rst | ||||
| PORTDOCS_2= topics/advanced.rst topics/commands.rst \ | PORTDOCS_2= topics/advanced.rst topics/commands.rst \ | ||||
| topics/getting-started.rst topics/logging.rst | topics/getting-started.rst topics/logging.rst | ||||
| PORTDOCS_3= generate_command_reference.py | PORTDOCS_3= generate_command_reference.py | ||||
| PORTDOCS= ${PORTDOCS_1} ${PORTDOCS_2} ${PORTDOCS_3} | PORTDOCS= ${PORTDOCS_1} ${PORTDOCS_2} ${PORTDOCS_3} | ||||
| Show All 26 Lines | |||||