mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
277fb9b29d
Reported by: portscout
31 lines
638 B
Makefile
31 lines
638 B
Makefile
PORTNAME= bshapr
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.13
|
|
CATEGORIES= audio
|
|
PKGNAMESUFFIX= -lv2
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Beat/envelope shaper LV2 plugin
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= lv2>0:audio/lv2 \
|
|
cmake:devel/cmake
|
|
|
|
USES= compiler:c++11-lang gmake gnome pkgconfig xorg
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= sjaehn
|
|
GH_PROJECT= BShapr
|
|
USE_GNOME= cairo
|
|
USE_XORG= x11
|
|
|
|
MAKEFILE= makefile
|
|
|
|
MAKE_JOBS_UNSAFE= yes # workaround for intermittent build failures: https://github.com/sjaehn/BShapr/issues/18
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/BShapr.lv2/*.so
|
|
|
|
.include <bsd.port.mk>
|