blob: e887ebf5b6443b9514c876cfc6b852c69a95dec7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.4 2012/02/06 12:39:25 wiz Exp $
#
GST_PLUGINS0.10_NAME= twolame
GST_PLUGINS0.10_DIRS= ext/twolame
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../multimedia/gst-plugins0.10-ugly/Makefile.common"
PKGREVISION= 1
.include "../../audio/twolame/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|