mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
b22513e626
Reported by: portscout
34 lines
651 B
Makefile
34 lines
651 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libmusicxml
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 3.18
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Library and tools for the MusicXML format
|
|
|
|
LICENSE= MPL20
|
|
LICENSE_FILE= ${WRKSRC}/license.txt
|
|
|
|
USES= cmake compiler:c++11-lang
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= grame-cncm
|
|
USE_LDCONFIG= yes
|
|
CMAKE_SOURCE_PATH= ${WRKSRC}/build
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
PORTDOCS= *
|
|
|
|
post-stage:
|
|
@${RM} ${STAGEDIR}${PREFIX}/CHANGELOG.txt
|
|
@${RM} ${STAGEDIR}${PREFIX}/README.html
|
|
|
|
post-stage-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} \
|
|
${WRKSRC}/doc/presentation/libmusicxml2.pdf \
|
|
${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|