opnsense-ports/multimedia/librtmp/Makefile
Franco Fichtner c56079aea5 */*: sync with upstream
Taken from: HardenedBSD
2018-03-30 06:45:57 +02:00

23 lines
488 B
Makefile

# $FreeBSD$
PORTNAME= librtmp
PORTVERSION= 2.4.20151223
CATEGORIES= multimedia net
MASTER_SITES= LOCAL/hrs
DISTNAME= rtmpdump-2.4.fa8646da
MAINTAINER= hrs@FreeBSD.org
COMMENT= RTMP stream library
LICENSE= GPLv2
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= error: incomplete definition of type 'struct dh_st'
USES= pkgconfig tar:bz2 ssl
USE_LDCONFIG= yes
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
WRKSRC= ${WRKDIR}/${DISTNAME}/librtmp
.include <bsd.port.mk>