blob: 4d4a54e610214c822aed1a55e2c20607aaa37f7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.8 2022/09/11 12:51:17 wiz Exp $
PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-fluidsynth/}
PKGREVISION= 2
CATEGORIES= audio gnome
COMMENT= Open source multimedia framework - MIDI plugin
GST_EXT_BUILD= # defined
GST_PLUGINS+= fluidsynth
.include "../../multimedia/gst-plugins1-bad/Makefile.common"
.include "../../audio/fluidsynth/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|