blob: 23016dee6b56476eeac4c1cfd2892ce93c6d47dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.4 2010/01/18 09:59:02 wiz Exp $
#
GST_PLUGINS0.10_NAME= jpeg
GST_PLUGINS0.10_DIRS= ext/jpeg
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../multimedia/gst-plugins0.10-good/Makefile.common"
PKGREVISION= 1
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|