freebsd-ports/audio/libmusicxml/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

31 lines
638 B
Makefile

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>