Lines 33-47
USE_LDCONFIG= yes
Link Here
|
33 |
CONFIGURE_ARGS= --disable-nls \ |
33 |
CONFIGURE_ARGS= --disable-nls \ |
34 |
--enable-local-libopts \ |
34 |
--enable-local-libopts \ |
35 |
--without-http-parser \ |
35 |
--without-http-parser \ |
36 |
--without-pcl-lib \ |
36 |
--without-pcl-lib |
37 |
--without-radius |
|
|
38 |
|
37 |
|
39 |
USERS= _ocserv |
38 |
USERS= _ocserv |
40 |
GROUPS= _ocserv |
39 |
GROUPS= _ocserv |
41 |
|
40 |
|
42 |
USE_RC_SUBR= ocserv |
41 |
USE_RC_SUBR= ocserv |
43 |
|
42 |
|
44 |
OPTIONS_DEFINE= DOCS EXAMPLES GSSAPI |
43 |
OPTIONS_DEFINE= DOCS EXAMPLES GSSAPI RADIUS |
45 |
|
44 |
|
46 |
PORTDOCS= AUTHORS ChangeLog NEWS README TODO |
45 |
PORTDOCS= AUTHORS ChangeLog NEWS README TODO |
47 |
PORTEXAMPLES= profile.xml sample.config sample.passwd |
46 |
PORTEXAMPLES= profile.xml sample.config sample.passwd |
Lines 50-55
GSSAPI_USES= gssapi:mit
Link Here
|
50 |
GSSAPI_LIB_DEPENDS= libkrb5support.so:security/krb5 |
49 |
GSSAPI_LIB_DEPENDS= libkrb5support.so:security/krb5 |
51 |
GSSAPI_CONFIGURE_OFF= --without-gssapi |
50 |
GSSAPI_CONFIGURE_OFF= --without-gssapi |
52 |
|
51 |
|
|
|
52 |
RADIUS_LIB_DEPENDS= libradcli.so:net/radcli |
53 |
RADIUS_CONFIGURE_OFF= --without-radius |
54 |
|
53 |
post-patch: |
55 |
post-patch: |
54 |
@${RM} ${WRKSRC}/doc/*.8 |
56 |
@${RM} ${WRKSRC}/doc/*.8 |
55 |
|
57 |
|