13 lines
373 B
Makefile
13 lines
373 B
Makefile
# $NetBSD: Makefile,v 1.37 2021/12/08 16:05:59 adam Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-soup/}
|
|
PKGREVISION= 1
|
|
CATEGORIES= net gnome
|
|
|
|
COMMENT= Open source multimedia framework - HTML (soup) plugin
|
|
|
|
GST_PLUGINS+= soup
|
|
|
|
.include "../../multimedia/gst-plugins1-good/Makefile.common"
|
|
.include "../../net/libsoup/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|