blob: e7f4db6112f537894b972a47d9b1dc303e905f6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTREVISION= 0
CATEGORIES= ftp
COMMENT= GStreamer curl based output plugin
GST_PLUGIN= curl
DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libcurl.so:ftp/curl \
libssh2.so:security/libssh2
.include "${MASTERDIR}/Makefile"
|