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

(-)Makefile (-18 / +6 lines)
Lines 11-28 Link Here
11
11
12
LICENSE=	GPLv3
12
LICENSE=	GPLv3
13
13
14
BUILD_DEPENDS=	pkg-config:${PORTSDIR}/devel/pkgconf \
14
BUILD_DEPENDS=	asciidoc:${PORTSDIR}/textproc/asciidoc\
15
		asciidoc:${PORTSDIR}/textproc/asciidoc\
16
		docbook-xsl>=1.0:${PORTSDIR}/textproc/docbook-xsl\
15
		docbook-xsl>=1.0:${PORTSDIR}/textproc/docbook-xsl\
17
		xsltproc:${PORTSDIR}/textproc/libxslt
16
		xsltproc:${PORTSDIR}/textproc/libxslt
18
LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
17
LIB_DEPENDS=	libsamplerate.so:${PORTSDIR}/audio/libsamplerate\
19
		libsamplerate.so:${PORTSDIR}/audio/libsamplerate\
20
		libboost_system.so:${PORTSDIR}/devel/boost-libs\
18
		libboost_system.so:${PORTSDIR}/devel/boost-libs\
21
		libfltk.so:${PORTSDIR}/x11-toolkits/fltk
19
		libfltk.so:${PORTSDIR}/x11-toolkits/fltk
22
20
23
USE_CXXSTD=	gnu++0x
21
USE_CXXSTD=	gnu++0x
24
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
25
USES=		compiler:c++11-lib gmake perl5 pkgconfig shebangfix
23
USES=		compiler:c++11-lib execinfo gmake perl5 pkgconfig shebangfix
26
CONFIGURE_ENV=	FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" \
24
CONFIGURE_ENV=	FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" \
27
		    EXTRA_LIBS="-lexecinfo"
25
		    EXTRA_LIBS="-lexecinfo"
28
26
Lines 54-68 Link Here
54
NLS_CONFIGURE_ENABLE=		nls
52
NLS_CONFIGURE_ENABLE=		nls
55
NLS_USES=			gettext
53
NLS_USES=			gettext
56
54
57
.include <bsd.port.pre.mk>
55
BROKEN_sparc64=		Fails to install
58
59
.if ${ARCH} == "sparc64"
60
BROKEN=		Fails to install
61
.endif
62
.if ${PORT_OPTIONS:MFLARQ}
63
MAN1+=		flarq.1
64
.endif
65
PLIST_SUB+=	XMLRPC=""
66
# Always need asciidoc for man pages
56
# Always need asciidoc for man pages
67
CONFIGURE_ARGS+=--with-asciidoc
57
CONFIGURE_ARGS+=--with-asciidoc
68
58
Lines 76-86 Link Here
76
# force rebuild of man pages
66
# force rebuild of man pages
77
	${RM} ${WRKSRC}/doc/*.1
67
	${RM} ${WRKSRC}/doc/*.1
78
68
79
post-install:
69
post-install-DOCS-on:
80
.if ${PORT_OPTIONS:MDOCS}
81
	${MKDIR} ${STAGEDIR}${DOCSDIR}
70
	${MKDIR} ${STAGEDIR}${DOCSDIR}
82
	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
71
	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
83
	${INSTALL_DATA} ${WRKSRC}/doc/guide.html ${STAGEDIR}${DOCSDIR}
72
	${INSTALL_DATA} ${WRKSRC}/doc/guide.html ${STAGEDIR}${DOCSDIR}
84
.endif
85
73
86
.include <bsd.port.post.mk>
74
.include <bsd.port.mk>

Return to bug 205271