1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/audio/padthv1-lv2/Makefile
Tobias C. Berner 2c98da46a2 Make dependency on linguisttools explicit
The binary found by the cmake configure to check for its availability
found the 'wrapper' installed by misc/qtchooser, which was present
always (in short: it was broken). An upcoming change will change the
behaviour of qtchooser not to install links if the binaries are not
present.

PR:		243443
Reported by:	antoine
2020-01-25 11:18:42 +00:00

34 lines
709 B
Makefile

# $FreeBSD$
PORTNAME= padthv1
DISTVERSIONPREFIX= ${PORTNAME}_
DISTVERSION= 0_9_11
PORTREVISION= 1
CATEGORIES= audio
PKGNAMESUFFIX= -lv2
MAINTAINER= yuri@FreeBSD.org
COMMENT= Old-school polyphonic additive synthesizer
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= lv2>0:audio/lv2
LIB_DEPENDS= libfftw3.so:math/fftw3 \
libjack.so:audio/jack \
liblo.so:audio/liblo
USES= autoreconf compiler:c++11-lang gl gmake pkgconfig qt:5 \
shared-mime-info
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= rncbc
USE_GL= gl
USE_QT= core gui widgets xml buildtools_build linguisttools_build qmake_build
CONFIGURE_ARGS= --disable-alsa-midi
BINARY_ALIAS= qmake-qt5=${QMAKE}
.include <bsd.port.mk>