1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/audio/libmusicxml/Makefile
Yuri Victorovich b22513e626 audio/libmusicxml: Update 3.17 -> 3.18
Reported by:	portscout
2020-01-16 07:23:43 +00:00

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>