e59c88cece
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
43 lines
1 KiB
Makefile
43 lines
1 KiB
Makefile
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qmidiarp
|
|
DISTVERSIONPREFIX= qmidiarp-
|
|
DISTVERSION= 0.6.4-26
|
|
PORTREVISION= 1
|
|
DISTVERSIONSUFFIX= -g1a15c13
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= yuri@rawbw.com
|
|
COMMENT= MIDI arpeggiator, sequencer and LFO for JACK
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= lv2>0:audio/lv2
|
|
LIB_DEPENDS= libasound.so:audio/alsa-lib \
|
|
liblo.so:audio/liblo \
|
|
libjack.so:audio/jack
|
|
|
|
USES= autoreconf compiler:c++11-lib desktop-file-utils \
|
|
gmake localbase libtool pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= emuse
|
|
USE_QT5= core gui network widgets buildtools_build \
|
|
linguisttools_build
|
|
USE_CXXSTD= c++11
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-qt5 --enable-translations=yes
|
|
INSTALLS_ICONS= yes
|
|
|
|
OPTIONS_DEFINE= NLS LV2
|
|
OPTIONS_DEFAULT=LV2
|
|
OPTIONS_SUB= yes
|
|
LV2_DESC= Build and install LV2 plugins
|
|
LV2_CONFIGURE_OFF= --disable-lv2plugins
|
|
NLS_CONFIGURE_ON= --enable-translations
|
|
|
|
post-install-LV2-on:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/qmidiarp_[lsa][fer][oqp].lv2/*.so
|
|
|
|
.include <bsd.port.mk>
|