1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/security/gstreamer1-plugins-dtls/Makefile

19 lines
399 B
Makefile
Raw Normal View History

# $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"