8d6597e0bb
With hat: portmgr Sponsored by: Absolight
19 lines
444 B
Makefile
19 lines
444 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= msopenh264
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= multimedia net
|
|
MASTER_SITES= SAVANNAH/linphone/plugins/sources/
|
|
|
|
MAINTAINER= tijl@FreeBSD.org
|
|
COMMENT= Mediastreamer plugin for H264 encoding/decoding
|
|
|
|
LIB_DEPENDS= libmediastreamer_base.so:net/mediastreamer \
|
|
libopenh264.so:multimedia/openh264
|
|
|
|
USES= libtool pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-strict
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|