blob: 9e3c04e7610f5d9d44e042dbf207e4387a939e2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.2 2011/04/22 13:45:22 obache Exp $
#
GST_PLUGINS0.10_NAME= twolame
GST_PLUGINS0.10_DIRS= ext/twolame
PKGREVISION= 1
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../multimedia/gst-plugins0.10-ugly/Makefile.common"
.include "../../audio/twolame/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|