aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/msx264/Makefile
blob: 29404243a1e8575f4d354fef6e21f3da2c4f5b86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

PORTNAME=   msx264
PORTVERSION=    1.5.2
PORTREVISION=   3
CATEGORIES= multimedia net
MASTER_SITES=   SAVANNAH/linphone/plugins/sources/

MAINTAINER= tijl@FreeBSD.org
COMMENT=    Mediastreamer plugin for H264 encoding

LICENSE=    GPLv2
LICENSE_FILE=   ${WRKSRC}/COPYING

LIB_DEPENDS=    libmediastreamer_base.so:net/mediastreamer \
        libx264.so:multimedia/libx264

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-strict
INSTALL_TARGET= install-strip
USES=       libtool pkgconfig

.include <bsd.port.mk>