1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/audio/samplv1-lv2/Makefile
Yuri Victorovich 3395c7a1e5 audio/samplv1-lv2: Update 0.9.22 -> 0.9.23
Reported by:	portscout
2021-07-08 17:31:35 -07:00

33 lines
719 B
Makefile

PORTNAME= samplv1
DISTVERSIONPREFIX= ${PORTNAME}_
DISTVERSION= 0_9_23
CATEGORIES= audio
PKGNAMESUFFIX= -lv2
MAINTAINER= yuri@FreeBSD.org
COMMENT= Old-school polyphonic sampler
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= lv2>0:audio/lv2
LIB_DEPENDS= libfftw3.so:math/fftw3 \
libfftw3f.so:math/fftw3-float \
libjack.so:audio/jack \
liblo.so:audio/liblo \
libsndfile.so:audio/libsndfile
USES= cmake compiler:c++17-lang gl pkgconfig qt:5 \
shared-mime-info
USE_GL= gl
USE_QT= core gui widgets xml buildtools_build linguisttools_build qmake_build
USE_GITHUB= yes
GH_ACCOUNT= rncbc
PLIST_SUB= SHL3=${PORTVERSION} SHL2=${PORTVERSION:R}
CMAKE_OFF= CONFIG_ALSA_MIDI
.include <bsd.port.mk>