e3b732b479
PR: 261585 Reviewed by: riggs,jbeich,tcberner Differential Revision: https://reviews.freebsd.org/D36850
15 lines
287 B
Makefile
15 lines
287 B
Makefile
PORTREVISION= 0
|
|
CATEGORIES= multimedia
|
|
|
|
COMMENT= GStreamer HTTP Live Streaming (HLS) plugin
|
|
|
|
GST_PLUGIN= hls
|
|
DIST= bad
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
LIB_DEPENDS= libnettle.so:security/nettle
|
|
|
|
.include "${MASTERDIR}/Makefile"
|