1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/audio/libmusicxml/Makefile
Yuri Victorovich c0db7230c3 New port: audio/libmusicxml: Library and tools for the MusicXML format
PR:		221861
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12891
2017-11-11 08:38:39 +00:00

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>