5bce7a8784
Note: some of these packages didn't build for me, e.g. osg, so I couldn't verify them all.
16 lines
569 B
Makefile
16 lines
569 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2014/08/11 23:09:45 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= ffmpegthumbnailer
|
|
|
|
.if !defined(FFMPEGTHUMBNAILER_BUILDLINK3_MK)
|
|
FFMPEGTHUMBNAILER_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ffmpegthumbnailer+= ffmpegthumbnailer>=2.0.6nb1
|
|
BUILDLINK_ABI_DEPENDS.ffmpegthumbnailer?= ffmpegthumbnailer>=2.0.8nb1
|
|
BUILDLINK_PKGSRCDIR.ffmpegthumbnailer?= ../../multimedia/ffmpegthumbnailer
|
|
|
|
#.include "../../graphics/png/buildlink3.mk"
|
|
#.include "../../multimedia/ffmpeg1/buildlink3.mk"
|
|
.endif # FFMPEGTHUMBNAILER_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ffmpegthumbnailer
|