2018-06-03 04:07:43 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= beatslash
|
2018-06-03 21:22:37 +02:00
|
|
|
DISTVERSION= 1.0.5
|
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
2018-12-12 02:35:33 +01:00
|
|
|
PORTREVISION= 1
|
2018-06-03 04:07:43 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
PKGNAMESUFFIX= -lv2
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= LV2 plugins to mangle, slash, repeat and do much more with your beats
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
|
|
|
BUILD_DEPENDS= lv2>0:audio/lv2 \
|
|
|
|
lvtk>0:audio/lvtk
|
|
|
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|
|
|
libfreetype.so:print/freetype2
|
|
|
|
|
2018-09-22 07:30:31 +02:00
|
|
|
USES= compiler:c++11-lang pkgconfig waf
|
2018-06-03 04:07:43 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= blablack
|
|
|
|
GH_PROJECT= ${PORTNAME}-lv2
|
|
|
|
USE_GNOME= atkmm gdkpixbuf2 gtkmm24
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|#include <lvtk-1/lvtk|#include <lvtk-2/lvtk|' ${WRKSRC}/src/*.?pp
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|