Changeset View
Changeset View
Standalone View
Standalone View
www/uzbl/Makefile
| Show All 22 Lines | |||||
| USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
| INSTALLS_ICONS= yes | INSTALLS_ICONS= yes | ||||
| USE_GITHUB= yes | USE_GITHUB= yes | ||||
| GH_ACCOUNT= uzbl | GH_ACCOUNT= uzbl | ||||
| OPTIONS_DEFINE= DOCS | OPTIONS_DEFINE= DOCS | ||||
| MAKE_ENV+= PYTHON=${PYTHON_VERSION} | MAKE_ENV+= PYTHON=${PYTHON_CMD} | ||||
| .include <bsd.port.options.mk> | .include <bsd.port.options.mk> | ||||
| .if ${PORT_OPTIONS:MDOCS} | .if ${PORT_OPTIONS:MDOCS} | ||||
| PORTDOCS= AUTHORS DEBUGGING.md FAQ.md HACKING.md vim | PORTDOCS= AUTHORS DEBUGGING.md FAQ.md HACKING.md vim | ||||
| .endif | .endif | ||||
| PORTDATA= examples | PORTDATA= examples | ||||
| Show All 37 Lines | |||||