1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/security/gstreamer1-plugins-dtls/Makefile
Koop Mast 7b97259096 Update gstreamer1 ports to 1.6.0.
* gstreamer1-libav now uses ffmpeg from ports.
* New ports:
  * gstreamer1-validate: Tools to detect if elements are not behaving
    as expected, mainly aimed at developers, or advanced debugging.
  * gstreamer1-rtsp-server: Base foundation for building a rtsp
    server ontop of GStreamer
 * Bunch of new plugins like: mpg123, rsvg, libde265, openh264, x265 and dtls.

Release announcement:
  http://lists.freedesktop.org/archives/gstreamer-announce/2015-September/000357.html

Obtained from:	gnome devel repo
2015-09-26 14:36:23 +00:00

19 lines
399 B
Makefile

# $FreeBSD$
PORTREVISION= 0
CATEGORIES= security
COMMENT= Gstreamer Datagram TLS (dtls) plugin
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"