Lines 25-30
Link Here
|
25 |
# Disable python bindings for now, something does not work there |
25 |
# Disable python bindings for now, something does not work there |
26 |
CONFIGURE_ARGS= --without-python |
26 |
CONFIGURE_ARGS= --without-python |
27 |
|
27 |
|
|
|
28 |
# Disable hal |
29 |
CONFIGURE_ARGS+= --without-hal |
30 |
|
31 |
OPTIONS= TOOLS "Build SysInfo detection utility" off |
32 |
|
33 |
.include <bsd.port.pre.mk> |
34 |
|
35 |
.if defined(WITH_TOOLS) |
36 |
LIB_DEPENDS+= sgutils.1:${PORTSDIR}/sysutils/sg3_utils |
37 |
PLIST_SUB+= TOOLS="" |
38 |
.else |
39 |
PLIST_SUB+= TOOLS="@comment " |
40 |
.endif |
41 |
|
28 |
.if !defined(NOPORTDOCS) |
42 |
.if !defined(NOPORTDOCS) |
29 |
CONFIGURE_ARGS+= --with-html-dir="${PREFIX}/share/doc" |
43 |
CONFIGURE_ARGS+= --with-html-dir="${PREFIX}/share/doc" |
30 |
.endif |
44 |
.endif |
Lines 43-46
Link Here
|
43 |
${REINPLACE_CMD} -e 's, docs,,' ${WRKSRC}/Makefile.in |
57 |
${REINPLACE_CMD} -e 's, docs,,' ${WRKSRC}/Makefile.in |
44 |
.endif |
58 |
.endif |
45 |
|
59 |
|
46 |
.include <bsd.port.mk> |
60 |
.include <bsd.port.post.mk> |