2015-09-26 16:36:23 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTREVISION= 0
|
|
|
|
CATEGORIES= security
|
|
|
|
|
2016-01-04 15:21:56 +01:00
|
|
|
COMMENT= GStreamer Datagram TLS (dtls) plugin
|
2015-09-26 16:36:23 +02:00
|
|
|
|
|
|
|
GST_PLUGIN= dtls
|
|
|
|
DIST= bad
|
|
|
|
|
|
|
|
# we don't have a way to specify this in ${MASTERDIR}/Makefile.common
|
|
|
|
USE_OPENSSL= yes
|
|
|
|
CONFIGURE_ENV= DTLS_CFLAGS="-I${OPENSSLINC}" \
|
|
|
|
DTLS_LIBS="-L${OPENSSLLIB} -lcrypto -lssl"
|
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|