42bc4e4802
- Update ports depending on librtmp. - Add instruction to avoid a build error in multimedia/rtmpdump under a specific condition.
21 lines
401 B
Makefile
21 lines
401 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= librtmp
|
|
PORTVERSION= 2.4.20130923
|
|
CATEGORIES= multimedia net
|
|
MASTER_SITES= LOCAL/hrs
|
|
DISTNAME= rtmpdump-${PORTVERSION}
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= RTMP stream library
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= pkgconfig
|
|
USE_LDCONFIG= yes
|
|
USE_OPENSSL= yes
|
|
CFLAGS+= ${PTHREAD_CFLAGS} -I${OPENSSLINC}
|
|
LDFLAGS+= -L${OPENSSLLIB}
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/librtmp
|
|
|
|
.include <bsd.port.mk>
|