freebsd-ports/audio/stegosaurus-lv2/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
468 B
Makefile

PORTNAME= stegosaurus
DISTVERSION= 0.0.3
CATEGORIES= audio
PKGNAMESUFFIX= -lv2
MAINTAINER= yuri@FreeBSD.org
COMMENT= Drum synth LV2 plugin
LICENSE= GPLv3
BUILD_DEPENDS= lv2>0:audio/lv2
USES= gnome waf localbase:ldflags pkgconfig xorg
USE_GITHUB= yes
GH_ACCOUNT= mxmilkiib
GH_TAGNAME= 543a95d
USE_GNOME= cairo
USE_XORG= x11
CFLAGS+= -fcommon # variables controller/write_function/etc, see https://github.com/mxmilkiib/stegosaurus/issues/6
.include <bsd.port.mk>