1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/audio/inscore/Makefile
Felix Palmen ddae4e92d8 Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
2022-09-11 12:20:14 +02:00

41 lines
1.1 KiB
Makefile

PORTNAME= inscore
PORTVERSION= 1.31
PORTREVISION= 2
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
COMMENT= Environment for the design of interactive augmented music scores
WWW= https://inscore.grame.fr/
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/src/license.txt
LIB_DEPENDS= libGUIDOEngine.so:audio/guidolib \
libguidoar.so:audio/guidoar \
libmicrohttpd.so:www/libmicrohttpd
USES= cmake gnome qt:5
USE_QT= core declarative gui network multimedia opengl printsupport sensors svg widgets websockets \
qmake:build buildtools:build
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= grame-cncm
GH_TAGNAME= v${PORTVERSION:S/.//}
GH_TUPLE= grame-cncm:guidolib:3cf3d88:guidolib/modules/guidolib # this uses some un-installed parts of the guidolib project, partucularly QGuidoPainter.h
CMAKE_SOURCE_PATH= ${WRKSRC}/build
CMAKE_ARGS= -DFREEBSD_EXAMPLESDIR=${EXAMPLESDIR} -DFREEBSD_DOCSDIR=${DOCSDIR}
CXXFLAGS+= -I${LOCALBASE}/include/guido -I${LOCALBASE}/include/guidoar
CXXFLAGS_powerpc64= -DOSC_HOST_BIG_ENDIAN
CXXFLAGS_powerpc= -DOSC_HOST_BIG_ENDIAN
OPTIONS_DEFINE= DOCS EXAMPLES
OPTIONS_DEFAULT= DOCS EXAMPLES
PORTDOCS= *
PORTEXAMPLES= *
.include <bsd.port.mk>