mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
2c98da46a2
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
34 lines
709 B
Makefile
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>
|