Lines 21-42
Link Here
|
21 |
PORTEXAMPLES= * |
21 |
PORTEXAMPLES= * |
22 |
PORTDATA= * |
22 |
PORTDATA= * |
23 |
|
23 |
|
24 |
USES= dos2unix python |
24 |
USES= dos2unix python shebangfix |
25 |
|
25 |
SHEBANG_FILES= *.py dynagen |
26 |
USES+= shebangfix |
26 |
SHEBANG_LANG= python_env |
27 |
SHEBANG_FILES= *.py dynagen pemu-start.sh |
|
|
28 |
SHEBANG_LANG= python_env python_bol python_cnf |
29 |
python_env_OLD_CMD=/usr/bin/env[[:space:]]*python |
27 |
python_env_OLD_CMD=/usr/bin/env[[:space:]]*python |
30 |
python_env_CMD= ${PYTHON_CMD} |
28 |
python_env_CMD= ${PYTHON_CMD} |
31 |
python_bol_OLD_CMD=the an incredible combination |
|
|
32 |
python_bol_CMD=|;9s|^python|${PYTHON_CMD} |
33 |
python_cnf_OLD_CMD=the an incredible combination |
34 |
python_cnf_CMD=|;s|^CONFIGSPECPATH.*|CONFIGSPECPATH = ['${PREFIX}/share/dynagen'] |
35 |
|
29 |
|
36 |
USE_PYTHON= distutils autoplist |
30 |
USE_PYTHON= distutils autoplist |
37 |
ALL_TARGET= # empty |
31 |
ALL_TARGET= # empty |
|
|
32 |
NO_ARCH= yes |
38 |
|
33 |
|
39 |
.include <bsd.port.options.mk> |
|
|
40 |
.include <bsd.port.pre.mk> |
34 |
.include <bsd.port.pre.mk> |
41 |
|
35 |
|
42 |
post-extract: |
36 |
post-extract: |