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

(-)finance/aqbanking/Makefile (-4 / +4 lines)
Lines 14-20 Link Here
14
LIB_DEPENDS=	gwenhywfar:${PORTSDIR}/devel/gwenhywfar \
14
LIB_DEPENDS=	gwenhywfar:${PORTSDIR}/devel/gwenhywfar \
15
		gmp:${PORTSDIR}/math/gmp
15
		gmp:${PORTSDIR}/math/gmp
16
16
17
OPTIONS_DEFINE=		DOCS KTOBLZCHECK PAYPAL
17
OPTIONS_DEFINE=		DOXYGEN KTOBLZCHECK PAYPAL
18
OPTIONS_DEFAULT=	KTOBLZCHECK
18
OPTIONS_DEFAULT=	KTOBLZCHECK
19
19
20
KTOBLZCHECK_DESC=	Enable KtoBlzCheck support
20
KTOBLZCHECK_DESC=	Enable KtoBlzCheck support
Lines 41-47 Link Here
41
41
42
.include <bsd.port.options.mk>
42
.include <bsd.port.options.mk>
43
43
44
.if ${PORT_OPTIONS:MDOCS}
44
.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN}
45
BUILD_DEPENDS+=	doxygen:${PORTSDIR}/devel/doxygen \
45
BUILD_DEPENDS+=	doxygen:${PORTSDIR}/devel/doxygen \
46
		dot:${PORTSDIR}/graphics/graphviz
46
		dot:${PORTSDIR}/graphics/graphviz
47
CONFIGURE_ARGS+=--enable-full-doc
47
CONFIGURE_ARGS+=--enable-full-doc
Lines 64-75 Link Here
64
		${WRKSRC}/Makefile.in
64
		${WRKSRC}/Makefile.in
65
65
66
post-build:
66
post-build:
67
.if ${PORT_OPTIONS:MDOCS}
67
.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN}
68
	@cd ${WRKSRC} && ${GMAKE} srcdoc
68
	@cd ${WRKSRC} && ${GMAKE} srcdoc
69
.endif
69
.endif
70
70
71
post-install:
71
post-install:
72
.if ${PORT_OPTIONS:MDOCS}
72
.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN}
73
	${MKDIR} ${DOCSDIR}/apidoc
73
	${MKDIR} ${DOCSDIR}/apidoc
74
	cd ${WRKSRC}/apidoc && \
74
	cd ${WRKSRC}/apidoc && \
75
		${COPYTREE_SHARE} \* ${DOCSDIR}/apidoc
75
		${COPYTREE_SHARE} \* ${DOCSDIR}/apidoc
(-)devel/gwenhywfar/Makefile (-4 / +4 lines)
Lines 15-21 Link Here
15
		gnutls:${PORTSDIR}/security/gnutls
15
		gnutls:${PORTSDIR}/security/gnutls
16
16
17
.if !defined(SLAVEPORT)
17
.if !defined(SLAVEPORT)
18
OPTIONS_DEFINE=	DOC MEMDEBUG
18
OPTIONS_DEFINE=	DOXYGEN MEMDEBUG
19
19
20
MEMDEBUG_DESC=	Enable memory debugger statistic
20
MEMDEBUG_DESC=	Enable memory debugger statistic
21
.endif
21
.endif
Lines 40-46 Link Here
40
40
41
.include <bsd.port.options.mk>
41
.include <bsd.port.options.mk>
42
42
43
.if ${PORT_OPTIONS:MDOC}
43
.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN}
44
BUILD_DEPENDS+=	doxygen:${PORTSDIR}/devel/doxygen \
44
BUILD_DEPENDS+=	doxygen:${PORTSDIR}/devel/doxygen \
45
		dot:${PORTSDIR}/graphics/graphviz
45
		dot:${PORTSDIR}/graphics/graphviz
46
CONFIGURE_ARGS+=--enable-full-doc
46
CONFIGURE_ARGS+=--enable-full-doc
Lines 79-90 Link Here
79
.endif
79
.endif
80
80
81
post-build:
81
post-build:
82
.if ${PORT_OPTIONS:MDOC}
82
.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN}
83
	@cd ${WRKSRC} && ${GMAKE} srcdoc
83
	@cd ${WRKSRC} && ${GMAKE} srcdoc
84
.endif
84
.endif
85
85
86
post-install:
86
post-install:
87
.if ${PORT_OPTIONS:MDOC}
87
.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN}
88
	${MKDIR} ${DOCSDIR}/apidoc
88
	${MKDIR} ${DOCSDIR}/apidoc
89
	cd ${WRKSRC}/apidoc && \
89
	cd ${WRKSRC}/apidoc && \
90
		${COPYTREE_SHARE} \* ${DOCSDIR}/apidoc
90
		${COPYTREE_SHARE} \* ${DOCSDIR}/apidoc

Return to bug 171238