mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
7d1faa7179
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is backwards-compatible (accepting any commit hash as before), but also understands an actual tag name. Moving to tag names where appropriate is left to individual ports' maintainers. Approved by: portmgr (tcberner, mentor) Differential Revision: https://reviews.freebsd.org/D37077
34 lines
872 B
Makefile
34 lines
872 B
Makefile
PORTNAME= espressivo
|
|
DISTVERSION= 0.1.639
|
|
CATEGORIES= audio
|
|
PKGNAMESUFFIX= -lv2
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= LV2 plugin bundle to handle expressive events
|
|
WWW= https://gitlab.com/OpenMusicKontrollers/espressivo.lv2
|
|
|
|
LICENSE= ART20
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= lv2>0:audio/lv2 \
|
|
lv2lint:audio/lv2lint \
|
|
sord_validate:devel/sord
|
|
|
|
USES= compiler:c11 meson pkgconfig
|
|
USE_GITLAB= yes
|
|
GL_ACCOUNT= OpenMusicKontrollers
|
|
GL_PROJECT= ${PORTNAME}.lv2
|
|
GL_TAGNAME= 8df30bc1ecf55be98ccf9a8b1ffc63d09dfa6895
|
|
|
|
PLIST_FILES= lib/lv2/espressivo.lv2/espressivo.so \
|
|
lib/lv2/espressivo.lv2/espressivo.ttl \
|
|
lib/lv2/espressivo.lv2/manifest.ttl
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
|
|
CFLAGS+= -Wno-error=int-conversion
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|