mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
cf118ccf87
Reported by: lwhsu
33 lines
760 B
Makefile
33 lines
760 B
Makefile
PORTNAME= bharvestr
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= g20201225
|
|
CATEGORIES= audio
|
|
PKGNAMESUFFIX= -lv2
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Granular synthesizer LV2 plugin
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= lv2>0:audio/lv2
|
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|
libfreetype.so:print/freetype2 \
|
|
libsndfile.so:audio/libsndfile
|
|
|
|
USES= compiler:c++11-lang gmake gnome pkgconfig xorg
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= sjaehn
|
|
GH_PROJECT= BHarvestr
|
|
GH_TAGNAME= 7e6a1e7c81d0af61d4fabcd823978d62c8970502
|
|
USE_GNOME= cairo
|
|
USE_XORG= x11
|
|
|
|
MAKEFILE= makefile
|
|
|
|
post-install:
|
|
@${RM} ${STAGEDIR}${PREFIX}/lib/lv2/BHarvestr.lv2/LICENSE
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/BHarvestr.lv2/BHarvestr*.so
|
|
|
|
.include <bsd.port.mk>
|