Lines 34-48
Link Here
|
34 |
PORTDOCS= CREDITS Changelog FEATURES LICENSE README README.svn \ |
34 |
PORTDOCS= CREDITS Changelog FEATURES LICENSE README README.svn \ |
35 |
README.tests TODO control_proto_spec.txt ietf67-design-02.odp \ |
35 |
README.tests TODO control_proto_spec.txt ietf67-design-02.odp \ |
36 |
ietf67-design-02.pdf requirements.txt |
36 |
ietf67-design-02.pdf requirements.txt |
37 |
SUB_FILES= pkg-install pkg-deinstall |
|
|
38 |
PLIST_SUB+= PYTHON=${PYTHON} MUNIN=${MUNIN} |
37 |
PLIST_SUB+= PYTHON=${PYTHON} MUNIN=${MUNIN} |
39 |
OPTIONS_DEFINE= LIBEVENT THREADS PYTHON GOST ECDSA |
38 |
OPTIONS_DEFINE= LIBEVENT THREADS PYTHON GOST ECDSA MUNIN |
40 |
OPTIONS_DEFAULT=THREADS ECDSA |
39 |
OPTIONS_DEFAULT=THREADS ECDSA |
41 |
LIBEVENT_DESC= Enable whenever using many (10000) outgoing ports |
40 |
LIBEVENT_DESC= Enable whenever using many (10000) outgoing ports |
42 |
GOST_DESC= Enable GOST support (requires OpenSSL from ports) |
41 |
GOST_DESC= Enable GOST support (requires OpenSSL from ports) |
43 |
ECDSA_DESC= Enable ECDSA (elliptic curve) support |
42 |
ECDSA_DESC= Enable ECDSA (elliptic curve) support |
|
|
43 |
MUNIN_DESC= Install Munin plugin |
44 |
.include <bsd.port.options.mk> |
44 |
.include <bsd.port.options.mk> |