View | Details | Raw Unified | Return to bug 126656
Collapse All | Expand All

(-)Makefile (-1 / +15 lines)
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>
(-)pkg-plist (+1 lines)
Lines 1-3 Link Here
1
%%TOOLS%%bin/ipod-read-sysinfo-extended
1
include/gpod-1.0/gpod/itdb.h
2
include/gpod-1.0/gpod/itdb.h
2
@dirrm include/gpod-1.0/gpod
3
@dirrm include/gpod-1.0/gpod
3
@dirrm include/gpod-1.0
4
@dirrm include/gpod-1.0

Return to bug 126656