mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
c0db7230c3
PR: 221861 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12891
30 lines
543 B
Makefile
30 lines
543 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libmusicxml
|
|
DISTVERSION= 3.11
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Library and tools for the MusicXML format
|
|
|
|
LICENSE= MPL20
|
|
LICENSE_FILE= ${WRKSRC}/license.txt
|
|
|
|
USES= cmake:outsource
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= grame-cncm
|
|
GH_TAGNAME= 91347ae
|
|
USE_LDCONFIG= yes
|
|
CMAKE_SOURCE_PATH= ${WRKSRC}/build
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
PORTDOCS= *
|
|
|
|
post-build-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} \
|
|
${WRKSRC}/doc/presentation/libmusicxml2.pdf \
|
|
${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|