a76603db9b
Based on the wip packages by nia and myself.
13 lines
380 B
Makefile
13 lines
380 B
Makefile
# $NetBSD: Makefile,v 1.4 2021/11/15 22:01:16 wiz Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-faac/}
|
|
CATEGORIES= audio gnome
|
|
|
|
COMMENT= Open source multimedia framework - AAC encoder plugin
|
|
|
|
GST_EXT_BUILD= # defined
|
|
GST_PLUGINS+= faac
|
|
|
|
.include "../../multimedia/gst-plugins1-bad/Makefile.common"
|
|
.include "../../audio/faac/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|