aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1-plugins-smoothstreaming/Makefile
blob: 63077d4ab80480cdf3c2cf4260c4a382a8fd9bac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTREVISION=	2
CATEGORIES=	multimedia

COMMENT=	GStreamer parse and demuliplex a Smooth Streaming manifest into audio/video streams plugin

GST_PLUGIN=	smoothstreaming
DIST=		bad

SMOOTH_GST_DIRS=	gst-libs/gst/isoff

MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins

pre-build:
.for dir in ${SMOOTH_GST_DIRS}
	@(cd ${BUILD_WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET})
.endfor

.include "${MASTERDIR}/Makefile"