1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/audio/libmusicxml/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00

32 lines
602 B
Makefile

# $FreeBSD$
PORTNAME= libmusicxml
DISTVERSIONPREFIX= v
DISTVERSION= 3.14-1
PORTREVISION= 1
DISTVERSIONSUFFIX= -g52654a71
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-build-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} \
${WRKSRC}/doc/presentation/libmusicxml2.pdf \
${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>