5708ae4005
Big thank you to Florian Walpen <dev@submerge.ch> and Goran Mekić <meka@tilda.center> for working on Jack2. PR: 251125 Submitted by: Florian Walpen <dev@submerge.ch> (original version)
44 lines
1.1 KiB
Makefile
44 lines
1.1 KiB
Makefile
# Created by: shanee@augusta.de
|
|
|
|
PORTNAME= rosegarden
|
|
PORTVERSION= 20.06
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= adridg@FreeBSD.org
|
|
COMMENT= General purpose music editor and sequencer suite
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= dssi_osc_update:audio/dssi \
|
|
${LOCALBASE}/include/fftw3.h:math/fftw3
|
|
LIB_DEPENDS= libasound.so:audio/alsa-lib \
|
|
libfftw3f.so:math/fftw3-float \
|
|
liblrdf.so:textproc/liblrdf \
|
|
liblo.so:audio/liblo \
|
|
libsamplerate.so:audio/libsamplerate \
|
|
libsndfile.so:audio/libsndfile \
|
|
libjack.so:audio/jack
|
|
RUN_DEPENDS= dssi_osc_update:audio/dssi \
|
|
flac:audio/flac \
|
|
wavpack:audio/wavpack \
|
|
xdg-open:devel/xdg-utils \
|
|
lilypond:print/lilypond
|
|
|
|
USES= alias cmake compiler:c++11-lib desktop-file-utils \
|
|
localbase:ldflags pkgconfig shared-mime-info tar:bzip2 \
|
|
qt:5 xorg
|
|
USE_QT= core gui network printsupport testlib widgets xml \
|
|
buildtools_build linguisttools_build qmake_build
|
|
USE_XORG= ice sm x11 xext
|
|
|
|
OPTIONS_DEFINE= LIRC
|
|
|
|
LIRC_LIB_DEPENDS= liblirc_client.so:comms/lirc
|
|
LIRC_CMAKE_ON= -DENABLE_LIRC:BOOL=ON
|
|
|
|
CMAKE_ON= USE_QT5
|
|
|
|
.include <bsd.port.mk>
|