mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
ea8c8ec7da
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. 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, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
31 lines
701 B
Makefile
31 lines
701 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= beatslash
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.0.6
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
USES= compiler:c++11-lang gnome pkgconfig waf
|
|
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>
|