aboutsummaryrefslogtreecommitdiff
path: root/audio/stegosaurus-lv2/Makefile
blob: 42b6fd14ab54e4c4c90fd3856360cb7519dad07d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

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=	mxmilkb
GH_TAGNAME=	543a95d
USE_GNOME=	cairo
USE_XORG=	x11

.include <bsd.port.mk>