18 lines
422 B
Makefile
18 lines
422 B
Makefile
# $NetBSD: Makefile,v 1.3 2011/04/22 13:45:21 obache Exp $
|
|
#
|
|
|
|
GST_PLUGINS0.10_NAME= mad
|
|
GST_PLUGINS0.10_DIRS= ext/mad
|
|
|
|
PKGREVISION= 1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../multimedia/gst-plugins0.10-ugly/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --enable-id3tag
|
|
CONFIGURE_ARGS+= --enable-mad
|
|
|
|
.include "../../audio/libid3tag/buildlink3.mk"
|
|
.include "../../audio/libmad/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|