freebsd-ports/multimedia/msopenh264/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

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>